Trait drone_nrf_map_periph_uarte::CUarteIntenset[][src]

pub trait CUarteIntenset<T: UarteMap>: CRwReg {
    fn from_fields(map: CUarteIntensetFields<T>) -> Self;
fn into_fields(self) -> CUarteIntensetFields<T>;
fn cts(&self) -> &T::CUarteIntensetCts;
fn ncts(&self) -> &T::CUarteIntensetNcts;
fn rxdrdy(&self) -> &T::CUarteIntensetRxdrdy;
fn endrx(&self) -> &T::CUarteIntensetEndrx;
fn txdrdy(&self) -> &T::CUarteIntensetTxdrdy;
fn endtx(&self) -> &T::CUarteIntensetEndtx;
fn error(&self) -> &T::CUarteIntensetError;
fn rxto(&self) -> &T::CUarteIntensetRxto;
fn rxstarted(&self) -> &T::CUarteIntensetRxstarted;
fn txstarted(&self) -> &T::CUarteIntensetTxstarted;
fn txstopped(&self) -> &T::CUarteIntensetTxstopped; }

Required methods

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading content...

Implementors

Loading content...