[][src]Trait drone_stm32_map_periph_i2c::CI2CTimeoutr

pub trait CI2CTimeoutr<T: I2CMap>: CRwRegBitBand {
    fn from_fields(map: CI2CTimeoutrFields<T>) -> Self;
fn into_fields(self) -> CI2CTimeoutrFields<T>;
fn texten(&self) -> &T::CI2CTimeoutrTexten;
fn tidle(&self) -> &T::CI2CTimeoutrTidle;
fn timeouta(&self) -> &T::CI2CTimeoutrTimeouta;
fn timeoutb(&self) -> &T::CI2CTimeoutrTimeoutb;
fn timouten(&self) -> &T::CI2CTimeoutrTimouten; }

Required methods

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

fn into_fields(self) -> CI2CTimeoutrFields<T>

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

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

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

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

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

Loading content...

Implementors

Loading content...