Trait drone_nrf_map_periph_uarte::SUarteConfig[][src]

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

Required methods

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

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

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

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

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

Loading content...

Implementors

Loading content...