Trait drone_nrf_map_periph_uarte::UUarteIntenset[][src]

pub trait UUarteIntenset<T: UarteMap>: URwReg {
    fn from_fields(map: UUarteIntensetFields<T>) -> Self;
fn into_fields(self) -> UUarteIntensetFields<T>;
fn cts(&self) -> &T::UUarteIntensetCts;
fn ncts(&self) -> &T::UUarteIntensetNcts;
fn rxdrdy(&self) -> &T::UUarteIntensetRxdrdy;
fn endrx(&self) -> &T::UUarteIntensetEndrx;
fn txdrdy(&self) -> &T::UUarteIntensetTxdrdy;
fn endtx(&self) -> &T::UUarteIntensetEndtx;
fn error(&self) -> &T::UUarteIntensetError;
fn rxto(&self) -> &T::UUarteIntensetRxto;
fn rxstarted(&self) -> &T::UUarteIntensetRxstarted;
fn txstarted(&self) -> &T::UUarteIntensetTxstarted;
fn txstopped(&self) -> &T::UUarteIntensetTxstopped; }

Required methods

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading content...

Implementors

Loading content...