Trait drone_nrf_map_periph_uarte::SUarteErrorsrc[][src]

pub trait SUarteErrorsrc<T: UarteMap>: SRwReg {
    fn from_fields(map: SUarteErrorsrcFields<T>) -> Self;
fn into_fields(self) -> SUarteErrorsrcFields<T>;
fn overrun(&self) -> &T::SUarteErrorsrcOverrun;
fn parity(&self) -> &T::SUarteErrorsrcParity;
fn framing(&self) -> &T::SUarteErrorsrcFraming;
fn break_(&self) -> &T::SUarteErrorsrcBreak; }

Required methods

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

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

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

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

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

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

Loading content...

Implementors

Loading content...