Trait SUarteConfig
drone_nrf_map_periph_uarte
pub trait SUarteConfig<T: UarteMap>: SRwReg { fn from_fields(map: SUarteConfigFields<T>) -> Self; fn into_fields(self) -> SUarteConfigFields<T>; fn hwfc(&self) -> &T::SUarteConfigHwfc; fn parity(&self) -> &T::SUarteConfigParity; fn stop(&self) -> &T::SUarteConfigStop; }
fn from_fields(map: SUarteConfigFields<T>) -> Self
fn into_fields(self) -> SUarteConfigFields<T>
fn hwfc(&self) -> &T::SUarteConfigHwfc
fn parity(&self) -> &T::SUarteConfigParity
fn stop(&self) -> &T::SUarteConfigStop