[][src]Trait drone_stm32_map_periph_i2c::CI2CIsr

pub trait CI2CIsr<T: I2CMap>: CRwRegBitBand {
    fn from_fields(map: CI2CIsrFields<T>) -> Self;
fn into_fields(self) -> CI2CIsrFields<T>;
fn addcode(&self) -> &T::CI2CIsrAddcode;
fn addr(&self) -> &T::CI2CIsrAddr;
fn alert(&self) -> &T::CI2CIsrAlert;
fn arlo(&self) -> &T::CI2CIsrArlo;
fn berr(&self) -> &T::CI2CIsrBerr;
fn busy(&self) -> &T::CI2CIsrBusy;
fn dir(&self) -> &T::CI2CIsrDir;
fn nackf(&self) -> &T::CI2CIsrNackf;
fn ovr(&self) -> &T::CI2CIsrOvr;
fn pecerr(&self) -> &T::CI2CIsrPecerr;
fn rxne(&self) -> &T::CI2CIsrRxne;
fn stopf(&self) -> &T::CI2CIsrStopf;
fn tc(&self) -> &T::CI2CIsrTc;
fn tcr(&self) -> &T::CI2CIsrTcr;
fn timeout(&self) -> &T::CI2CIsrTimeout;
fn txe(&self) -> &T::CI2CIsrTxe;
fn txis(&self) -> &T::CI2CIsrTxis; }

Required methods

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

fn into_fields(self) -> CI2CIsrFields<T>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading content...

Implementors

Loading content...