[][src]Trait drone_stm32_map_periph_i2c::I2CTimeoutr

pub trait I2CTimeoutr<T: I2CMap> {
    type I2CTimeoutrVal: Bitfield<Bits = u32>;
    type UI2CTimeoutr: UI2CTimeoutr<T, Val = Self::I2CTimeoutrVal, UReg = Self::UI2CTimeoutr, SReg = Self::SI2CTimeoutr, CReg = Self::CI2CTimeoutr>;
    type SI2CTimeoutr: SI2CTimeoutr<T, Val = Self::I2CTimeoutrVal, UReg = Self::UI2CTimeoutr, SReg = Self::SI2CTimeoutr, CReg = Self::CI2CTimeoutr>;
    type CI2CTimeoutr: CI2CTimeoutr<T, Val = Self::I2CTimeoutrVal, UReg = Self::UI2CTimeoutr, SReg = Self::SI2CTimeoutr, CReg = Self::CI2CTimeoutr>;
}

Associated Types

type I2CTimeoutrVal: Bitfield<Bits = u32>

type UI2CTimeoutr: UI2CTimeoutr<T, Val = Self::I2CTimeoutrVal, UReg = Self::UI2CTimeoutr, SReg = Self::SI2CTimeoutr, CReg = Self::CI2CTimeoutr>

type SI2CTimeoutr: SI2CTimeoutr<T, Val = Self::I2CTimeoutrVal, UReg = Self::UI2CTimeoutr, SReg = Self::SI2CTimeoutr, CReg = Self::CI2CTimeoutr>

type CI2CTimeoutr: CI2CTimeoutr<T, Val = Self::I2CTimeoutrVal, UReg = Self::UI2CTimeoutr, SReg = Self::SI2CTimeoutr, CReg = Self::CI2CTimeoutr>

Loading content...

Implementors

Loading content...