Trait drone_nrf_map_periph_uarte::CUarteInten[][src]

pub trait CUarteInten<T: UarteMap>: CRwReg {
    fn from_fields(map: CUarteIntenFields<T>) -> Self;
fn into_fields(self) -> CUarteIntenFields<T>;
fn cts(&self) -> &T::CUarteIntenCts;
fn ncts(&self) -> &T::CUarteIntenNcts;
fn rxdrdy(&self) -> &T::CUarteIntenRxdrdy;
fn endrx(&self) -> &T::CUarteIntenEndrx;
fn txdrdy(&self) -> &T::CUarteIntenTxdrdy;
fn endtx(&self) -> &T::CUarteIntenEndtx;
fn error(&self) -> &T::CUarteIntenError;
fn rxto(&self) -> &T::CUarteIntenRxto;
fn rxstarted(&self) -> &T::CUarteIntenRxstarted;
fn txstarted(&self) -> &T::CUarteIntenTxstarted;
fn txstopped(&self) -> &T::CUarteIntenTxstopped; }

Required methods

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading content...

Implementors

Loading content...