Trait drone_nrf_map_periph_uarte::SUarteIntenclr[][src]

pub trait SUarteIntenclr<T: UarteMap>: SRwReg {
    fn from_fields(map: SUarteIntenclrFields<T>) -> Self;
fn into_fields(self) -> SUarteIntenclrFields<T>;
fn cts(&self) -> &T::SUarteIntenclrCts;
fn ncts(&self) -> &T::SUarteIntenclrNcts;
fn rxdrdy(&self) -> &T::SUarteIntenclrRxdrdy;
fn endrx(&self) -> &T::SUarteIntenclrEndrx;
fn txdrdy(&self) -> &T::SUarteIntenclrTxdrdy;
fn endtx(&self) -> &T::SUarteIntenclrEndtx;
fn error(&self) -> &T::SUarteIntenclrError;
fn rxto(&self) -> &T::SUarteIntenclrRxto;
fn rxstarted(&self) -> &T::SUarteIntenclrRxstarted;
fn txstarted(&self) -> &T::SUarteIntenclrTxstarted;
fn txstopped(&self) -> &T::SUarteIntenclrTxstopped; }

Required methods

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading content...

Implementors

Loading content...