Trait drone_nrf_map_periph_uarte::CUarteEventsError[][src]

pub trait CUarteEventsError<T: UarteMap>: CRwReg {
    fn from_fields(map: CUarteEventsErrorFields<T>) -> Self;
fn into_fields(self) -> CUarteEventsErrorFields<T>;
fn events_error(&self) -> &T::CUarteEventsErrorEventsError; }

Required methods

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

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

fn events_error(&self) -> &T::CUarteEventsErrorEventsError[src]

Loading content...

Implementors

Loading content...