Trait drone_nrf_map_periph_uarte::CUarteIntenclr[][src]

pub trait CUarteIntenclr<T: UarteMap>: CRwReg {
    fn from_fields(map: CUarteIntenclrFields<T>) -> Self;
fn into_fields(self) -> CUarteIntenclrFields<T>;
fn cts(&self) -> &T::CUarteIntenclrCts;
fn ncts(&self) -> &T::CUarteIntenclrNcts;
fn rxdrdy(&self) -> &T::CUarteIntenclrRxdrdy;
fn endrx(&self) -> &T::CUarteIntenclrEndrx;
fn txdrdy(&self) -> &T::CUarteIntenclrTxdrdy;
fn endtx(&self) -> &T::CUarteIntenclrEndtx;
fn error(&self) -> &T::CUarteIntenclrError;
fn rxto(&self) -> &T::CUarteIntenclrRxto;
fn rxstarted(&self) -> &T::CUarteIntenclrRxstarted;
fn txstarted(&self) -> &T::CUarteIntenclrTxstarted;
fn txstopped(&self) -> &T::CUarteIntenclrTxstopped; }

Required methods

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading content...

Implementors

Loading content...