Trait drone_nrf_map_periph_uarte::SUarteInten[][src]

pub trait SUarteInten<T: UarteMap>: SRwReg {
    fn from_fields(map: SUarteIntenFields<T>) -> Self;
fn into_fields(self) -> SUarteIntenFields<T>;
fn cts(&self) -> &T::SUarteIntenCts;
fn ncts(&self) -> &T::SUarteIntenNcts;
fn rxdrdy(&self) -> &T::SUarteIntenRxdrdy;
fn endrx(&self) -> &T::SUarteIntenEndrx;
fn txdrdy(&self) -> &T::SUarteIntenTxdrdy;
fn endtx(&self) -> &T::SUarteIntenEndtx;
fn error(&self) -> &T::SUarteIntenError;
fn rxto(&self) -> &T::SUarteIntenRxto;
fn rxstarted(&self) -> &T::SUarteIntenRxstarted;
fn txstarted(&self) -> &T::SUarteIntenTxstarted;
fn txstopped(&self) -> &T::SUarteIntenTxstopped; }

Required methods

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

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

fn cts(&self) -> &T::SUarteIntenCts[src]

fn ncts(&self) -> &T::SUarteIntenNcts[src]

fn rxdrdy(&self) -> &T::SUarteIntenRxdrdy[src]

fn endrx(&self) -> &T::SUarteIntenEndrx[src]

fn txdrdy(&self) -> &T::SUarteIntenTxdrdy[src]

fn endtx(&self) -> &T::SUarteIntenEndtx[src]

fn error(&self) -> &T::SUarteIntenError[src]

fn rxto(&self) -> &T::SUarteIntenRxto[src]

fn rxstarted(&self) -> &T::SUarteIntenRxstarted[src]

fn txstarted(&self) -> &T::SUarteIntenTxstarted[src]

fn txstopped(&self) -> &T::SUarteIntenTxstopped[src]

Loading content...

Implementors

Loading content...