[][src]Trait drone_stm32_map_periph_uart::UUartIsr

pub trait UUartIsr<T: UartMap>: URoRegBitBand {
    fn from_fields(map: UUartIsrFields<T>) -> Self;
fn into_fields(self) -> UUartIsrFields<T>;
fn reack(&self) -> &T::UUartIsrReack;
fn teack(&self) -> &T::UUartIsrTeack;
fn wuf(&self) -> &T::UUartIsrWuf;
fn rwu(&self) -> &T::UUartIsrRwu;
fn sbkf(&self) -> &T::UUartIsrSbkf;
fn cmf(&self) -> &T::UUartIsrCmf;
fn busy(&self) -> &T::UUartIsrBusy;
fn abrf(&self) -> &T::UUartIsrAbrfOpt;
fn abre(&self) -> &T::UUartIsrAbreOpt;
fn eobf(&self) -> &T::UUartIsrEobfOpt;
fn rtof(&self) -> &T::UUartIsrRtofOpt;
fn cts(&self) -> &T::UUartIsrCts;
fn ctsif(&self) -> &T::UUartIsrCtsif;
fn lbdf(&self) -> &T::UUartIsrLbdfOpt;
fn txe(&self) -> &T::UUartIsrTxe;
fn tc(&self) -> &T::UUartIsrTc;
fn rxne(&self) -> &T::UUartIsrRxne;
fn idle(&self) -> &T::UUartIsrIdle;
fn ore(&self) -> &T::UUartIsrOre;
fn nf(&self) -> &T::UUartIsrNf;
fn fe(&self) -> &T::UUartIsrFe;
fn pe(&self) -> &T::UUartIsrPe; }

Required methods

fn from_fields(map: UUartIsrFields<T>) -> Self

fn into_fields(self) -> UUartIsrFields<T>

fn reack(&self) -> &T::UUartIsrReack

fn teack(&self) -> &T::UUartIsrTeack

fn wuf(&self) -> &T::UUartIsrWuf

fn rwu(&self) -> &T::UUartIsrRwu

fn sbkf(&self) -> &T::UUartIsrSbkf

fn cmf(&self) -> &T::UUartIsrCmf

fn busy(&self) -> &T::UUartIsrBusy

fn abrf(&self) -> &T::UUartIsrAbrfOpt

fn abre(&self) -> &T::UUartIsrAbreOpt

fn eobf(&self) -> &T::UUartIsrEobfOpt

fn rtof(&self) -> &T::UUartIsrRtofOpt

fn cts(&self) -> &T::UUartIsrCts

fn ctsif(&self) -> &T::UUartIsrCtsif

fn lbdf(&self) -> &T::UUartIsrLbdfOpt

fn txe(&self) -> &T::UUartIsrTxe

fn tc(&self) -> &T::UUartIsrTc

fn rxne(&self) -> &T::UUartIsrRxne

fn idle(&self) -> &T::UUartIsrIdle

fn ore(&self) -> &T::UUartIsrOre

fn nf(&self) -> &T::UUartIsrNf

fn fe(&self) -> &T::UUartIsrFe

fn pe(&self) -> &T::UUartIsrPe

Loading content...

Implementors

Loading content...