Trait CUarteTxdAmount
drone_nrf_map_periph_uarte
pub trait CUarteTxdAmount<T: UarteMap>: CRoReg { fn from_fields(map: CUarteTxdAmountFields<T>) -> Self; fn into_fields(self) -> CUarteTxdAmountFields<T>; fn amount(&self) -> &T::CUarteTxdAmountAmount; }
fn from_fields(map: CUarteTxdAmountFields<T>) -> Self
fn into_fields(self) -> CUarteTxdAmountFields<T>
fn amount(&self) -> &T::CUarteTxdAmountAmount