[][src]Trait drone_stm32_map_periph_i2c::SI2CTimeoutr

pub trait SI2CTimeoutr<T: I2CMap>: SRwRegBitBand {
    fn from_fields(map: SI2CTimeoutrFields<T>) -> Self;
fn into_fields(self) -> SI2CTimeoutrFields<T>;
fn texten(&self) -> &T::SI2CTimeoutrTexten;
fn tidle(&self) -> &T::SI2CTimeoutrTidle;
fn timeouta(&self) -> &T::SI2CTimeoutrTimeouta;
fn timeoutb(&self) -> &T::SI2CTimeoutrTimeoutb;
fn timouten(&self) -> &T::SI2CTimeoutrTimouten; }

Required methods

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

fn into_fields(self) -> SI2CTimeoutrFields<T>

fn texten(&self) -> &T::SI2CTimeoutrTexten

fn tidle(&self) -> &T::SI2CTimeoutrTidle

fn timeouta(&self) -> &T::SI2CTimeoutrTimeouta

fn timeoutb(&self) -> &T::SI2CTimeoutrTimeoutb

fn timouten(&self) -> &T::SI2CTimeoutrTimouten

Loading content...

Implementors

Loading content...