Trait UUarteTxdAmount
drone_nrf_map_periph_uarte
pub trait UUarteTxdAmount<T: UarteMap>: URoReg { fn from_fields(map: UUarteTxdAmountFields<T>) -> Self; fn into_fields(self) -> UUarteTxdAmountFields<T>; fn amount(&self) -> &T::UUarteTxdAmountAmount; }
fn from_fields(map: UUarteTxdAmountFields<T>) -> Self
fn into_fields(self) -> UUarteTxdAmountFields<T>
fn amount(&self) -> &T::UUarteTxdAmountAmount