Trait drone_nrf_map_periph_uarte::UUarteErrorsrc[][src]

pub trait UUarteErrorsrc<T: UarteMap>: URwReg {
    fn from_fields(map: UUarteErrorsrcFields<T>) -> Self;
fn into_fields(self) -> UUarteErrorsrcFields<T>;
fn overrun(&self) -> &T::UUarteErrorsrcOverrun;
fn parity(&self) -> &T::UUarteErrorsrcParity;
fn framing(&self) -> &T::UUarteErrorsrcFraming;
fn break_(&self) -> &T::UUarteErrorsrcBreak; }

Required methods

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

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

fn overrun(&self) -> &T::UUarteErrorsrcOverrun[src]

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

fn framing(&self) -> &T::UUarteErrorsrcFraming[src]

fn break_(&self) -> &T::UUarteErrorsrcBreak[src]

Loading content...

Implementors

Loading content...