Trait drone_nrf_map_periph_uarte::CUarteErrorsrc[][src]

pub trait CUarteErrorsrc<T: UarteMap>: CRwReg {
    fn from_fields(map: CUarteErrorsrcFields<T>) -> Self;
fn into_fields(self) -> CUarteErrorsrcFields<T>;
fn overrun(&self) -> &T::CUarteErrorsrcOverrun;
fn parity(&self) -> &T::CUarteErrorsrcParity;
fn framing(&self) -> &T::CUarteErrorsrcFraming;
fn break_(&self) -> &T::CUarteErrorsrcBreak; }

Required methods

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

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

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

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

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

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

Loading content...

Implementors

Loading content...