[][src]Trait drone_stm32_map_periph_i2c::UI2CCr1

pub trait UI2CCr1<T: I2CMap>: URwRegBitBand {
    fn from_fields(map: UI2CCr1Fields<T>) -> Self;
fn into_fields(self) -> UI2CCr1Fields<T>;
fn addrie(&self) -> &T::UI2CCr1Addrie;
fn alerten(&self) -> &T::UI2CCr1Alerten;
fn anfoff(&self) -> &T::UI2CCr1Anfoff;
fn dnf(&self) -> &T::UI2CCr1Dnf;
fn errie(&self) -> &T::UI2CCr1Errie;
fn gcen(&self) -> &T::UI2CCr1Gcen;
fn nackie(&self) -> &T::UI2CCr1Nackie;
fn nostretch(&self) -> &T::UI2CCr1Nostretch;
fn pecen(&self) -> &T::UI2CCr1Pecen;
fn pe(&self) -> &T::UI2CCr1Pe;
fn rxdmaen(&self) -> &T::UI2CCr1Rxdmaen;
fn rxie(&self) -> &T::UI2CCr1Rxie;
fn sbc(&self) -> &T::UI2CCr1Sbc;
fn smbden(&self) -> &T::UI2CCr1Smbden;
fn smbhen(&self) -> &T::UI2CCr1Smbhen;
fn stopie(&self) -> &T::UI2CCr1Stopie;
fn tcie(&self) -> &T::UI2CCr1Tcie;
fn txdmaen(&self) -> &T::UI2CCr1Txdmaen;
fn txie(&self) -> &T::UI2CCr1Txie;
fn wupen(&self) -> &T::UI2CCr1Wupen; }

Required methods

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

fn into_fields(self) -> UI2CCr1Fields<T>

fn addrie(&self) -> &T::UI2CCr1Addrie

fn alerten(&self) -> &T::UI2CCr1Alerten

fn anfoff(&self) -> &T::UI2CCr1Anfoff

fn dnf(&self) -> &T::UI2CCr1Dnf

fn errie(&self) -> &T::UI2CCr1Errie

fn gcen(&self) -> &T::UI2CCr1Gcen

fn nackie(&self) -> &T::UI2CCr1Nackie

fn nostretch(&self) -> &T::UI2CCr1Nostretch

fn pecen(&self) -> &T::UI2CCr1Pecen

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

fn rxdmaen(&self) -> &T::UI2CCr1Rxdmaen

fn rxie(&self) -> &T::UI2CCr1Rxie

fn sbc(&self) -> &T::UI2CCr1Sbc

fn smbden(&self) -> &T::UI2CCr1Smbden

fn smbhen(&self) -> &T::UI2CCr1Smbhen

fn stopie(&self) -> &T::UI2CCr1Stopie

fn tcie(&self) -> &T::UI2CCr1Tcie

fn txdmaen(&self) -> &T::UI2CCr1Txdmaen

fn txie(&self) -> &T::UI2CCr1Txie

fn wupen(&self) -> &T::UI2CCr1Wupen

Loading content...

Implementors

Loading content...