Trait drone_nrf_map_periph_uarte::UUarteEventsError[][src]

pub trait UUarteEventsError<T: UarteMap>: URwReg {
    fn from_fields(map: UUarteEventsErrorFields<T>) -> Self;
fn into_fields(self) -> UUarteEventsErrorFields<T>;
fn events_error(&self) -> &T::UUarteEventsErrorEventsError; }

Required methods

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

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

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

Loading content...

Implementors

Loading content...