Trait drone_nrf_map_periph_uarte::UUarteConfig[][src]

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

Required methods

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

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

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

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

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

Loading content...

Implementors

Loading content...