[][src]Trait drone_stm32_map_periph_i2c::UI2CIsr

pub trait UI2CIsr<T: I2CMap>: URwRegBitBand {
    fn from_fields(map: UI2CIsrFields<T>) -> Self;
fn into_fields(self) -> UI2CIsrFields<T>;
fn addcode(&self) -> &T::UI2CIsrAddcode;
fn addr(&self) -> &T::UI2CIsrAddr;
fn alert(&self) -> &T::UI2CIsrAlert;
fn arlo(&self) -> &T::UI2CIsrArlo;
fn berr(&self) -> &T::UI2CIsrBerr;
fn busy(&self) -> &T::UI2CIsrBusy;
fn dir(&self) -> &T::UI2CIsrDir;
fn nackf(&self) -> &T::UI2CIsrNackf;
fn ovr(&self) -> &T::UI2CIsrOvr;
fn pecerr(&self) -> &T::UI2CIsrPecerr;
fn rxne(&self) -> &T::UI2CIsrRxne;
fn stopf(&self) -> &T::UI2CIsrStopf;
fn tc(&self) -> &T::UI2CIsrTc;
fn tcr(&self) -> &T::UI2CIsrTcr;
fn timeout(&self) -> &T::UI2CIsrTimeout;
fn txe(&self) -> &T::UI2CIsrTxe;
fn txis(&self) -> &T::UI2CIsrTxis; }

Required methods

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

fn into_fields(self) -> UI2CIsrFields<T>

fn addcode(&self) -> &T::UI2CIsrAddcode

fn addr(&self) -> &T::UI2CIsrAddr

fn alert(&self) -> &T::UI2CIsrAlert

fn arlo(&self) -> &T::UI2CIsrArlo

fn berr(&self) -> &T::UI2CIsrBerr

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

fn dir(&self) -> &T::UI2CIsrDir

fn nackf(&self) -> &T::UI2CIsrNackf

fn ovr(&self) -> &T::UI2CIsrOvr

fn pecerr(&self) -> &T::UI2CIsrPecerr

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

fn stopf(&self) -> &T::UI2CIsrStopf

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

fn tcr(&self) -> &T::UI2CIsrTcr

fn timeout(&self) -> &T::UI2CIsrTimeout

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

fn txis(&self) -> &T::UI2CIsrTxis

Loading content...

Implementors

Loading content...