Trait UUarteConfig
drone_nrf_map_periph_uarte
pub trait UUarteConfig<T: UarteMap>: URwReg { fn from_fields(map: UUarteConfigFields<T>) -> Self; fn into_fields(self) -> UUarteConfigFields<T>; fn hwfc(&self) -> &T::UUarteConfigHwfc; fn parity(&self) -> &T::UUarteConfigParity; fn stop(&self) -> &T::UUarteConfigStop; }
fn from_fields(map: UUarteConfigFields<T>) -> Self
fn into_fields(self) -> UUarteConfigFields<T>
fn hwfc(&self) -> &T::UUarteConfigHwfc
fn parity(&self) -> &T::UUarteConfigParity
fn stop(&self) -> &T::UUarteConfigStop