Trait CUarteConfig
drone_nrf_map_periph_uarte
pub trait CUarteConfig<T: UarteMap>: CRwReg { fn from_fields(map: CUarteConfigFields<T>) -> Self; fn into_fields(self) -> CUarteConfigFields<T>; fn hwfc(&self) -> &T::CUarteConfigHwfc; fn parity(&self) -> &T::CUarteConfigParity; fn stop(&self) -> &T::CUarteConfigStop; }
fn from_fields(map: CUarteConfigFields<T>) -> Self
fn into_fields(self) -> CUarteConfigFields<T>
fn hwfc(&self) -> &T::CUarteConfigHwfc
fn parity(&self) -> &T::CUarteConfigParity
fn stop(&self) -> &T::CUarteConfigStop