Trait drone_nrf_map_periph_uarte::SUarteIntenset[][src]

pub trait SUarteIntenset<T: UarteMap>: SRwReg {
    fn from_fields(map: SUarteIntensetFields<T>) -> Self;
fn into_fields(self) -> SUarteIntensetFields<T>;
fn cts(&self) -> &T::SUarteIntensetCts;
fn ncts(&self) -> &T::SUarteIntensetNcts;
fn rxdrdy(&self) -> &T::SUarteIntensetRxdrdy;
fn endrx(&self) -> &T::SUarteIntensetEndrx;
fn txdrdy(&self) -> &T::SUarteIntensetTxdrdy;
fn endtx(&self) -> &T::SUarteIntensetEndtx;
fn error(&self) -> &T::SUarteIntensetError;
fn rxto(&self) -> &T::SUarteIntensetRxto;
fn rxstarted(&self) -> &T::SUarteIntensetRxstarted;
fn txstarted(&self) -> &T::SUarteIntensetTxstarted;
fn txstopped(&self) -> &T::SUarteIntensetTxstopped; }

Required methods

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading content...

Implementors

Loading content...