Trait drone_nrf_map_periph_uarte::CUarteConfig[][src]

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; }

Required methods

fn from_fields(map: CUarteConfigFields<T>) -> Self[src]

fn into_fields(self) -> CUarteConfigFields<T>[src]

fn hwfc(&self) -> &T::CUarteConfigHwfc[src]

fn parity(&self) -> &T::CUarteConfigParity[src]

fn stop(&self) -> &T::CUarteConfigStop[src]

Loading content...

Implementors

Loading content...