Trait drone_nrf_map_periph_uarte::UUarteIntenclr[][src]

pub trait UUarteIntenclr<T: UarteMap>: URwReg {
    fn from_fields(map: UUarteIntenclrFields<T>) -> Self;
fn into_fields(self) -> UUarteIntenclrFields<T>;
fn cts(&self) -> &T::UUarteIntenclrCts;
fn ncts(&self) -> &T::UUarteIntenclrNcts;
fn rxdrdy(&self) -> &T::UUarteIntenclrRxdrdy;
fn endrx(&self) -> &T::UUarteIntenclrEndrx;
fn txdrdy(&self) -> &T::UUarteIntenclrTxdrdy;
fn endtx(&self) -> &T::UUarteIntenclrEndtx;
fn error(&self) -> &T::UUarteIntenclrError;
fn rxto(&self) -> &T::UUarteIntenclrRxto;
fn rxstarted(&self) -> &T::UUarteIntenclrRxstarted;
fn txstarted(&self) -> &T::UUarteIntenclrTxstarted;
fn txstopped(&self) -> &T::UUarteIntenclrTxstopped; }

Required methods

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading content...

Implementors

Loading content...