Trait SUarteTxdAmount
drone_nrf_map_periph_uarte
pub trait SUarteTxdAmount<T: UarteMap>: SRoReg { fn from_fields(map: SUarteTxdAmountFields<T>) -> Self; fn into_fields(self) -> SUarteTxdAmountFields<T>; fn amount(&self) -> &T::SUarteTxdAmountAmount; }
fn from_fields(map: SUarteTxdAmountFields<T>) -> Self
fn into_fields(self) -> SUarteTxdAmountFields<T>
fn amount(&self) -> &T::SUarteTxdAmountAmount