[][src]Trait drone_stm32_map_periph_i2c::I2CTimeoutrTimeoutb

pub trait I2CTimeoutrTimeoutb<T: I2CMap>: I2CTimeoutr<T> {
    type UI2CTimeoutrTimeoutb: RegField<Urt, Reg = Self::UI2CTimeoutr, URegField = Self::UI2CTimeoutrTimeoutb, SRegField = Self::SI2CTimeoutrTimeoutb, CRegField = Self::CI2CTimeoutrTimeoutb> + URwRwRegFieldBits;
    type SI2CTimeoutrTimeoutb: RegField<Srt, Reg = Self::SI2CTimeoutr, URegField = Self::UI2CTimeoutrTimeoutb, SRegField = Self::SI2CTimeoutrTimeoutb, CRegField = Self::CI2CTimeoutrTimeoutb> + SRwRwRegFieldBits;
    type CI2CTimeoutrTimeoutb: RegField<Crt, Reg = Self::CI2CTimeoutr, URegField = Self::UI2CTimeoutrTimeoutb, SRegField = Self::SI2CTimeoutrTimeoutb, CRegField = Self::CI2CTimeoutrTimeoutb> + CRwRwRegFieldBits;
}

Associated Types

type UI2CTimeoutrTimeoutb: RegField<Urt, Reg = Self::UI2CTimeoutr, URegField = Self::UI2CTimeoutrTimeoutb, SRegField = Self::SI2CTimeoutrTimeoutb, CRegField = Self::CI2CTimeoutrTimeoutb> + URwRwRegFieldBits

type SI2CTimeoutrTimeoutb: RegField<Srt, Reg = Self::SI2CTimeoutr, URegField = Self::UI2CTimeoutrTimeoutb, SRegField = Self::SI2CTimeoutrTimeoutb, CRegField = Self::CI2CTimeoutrTimeoutb> + SRwRwRegFieldBits

type CI2CTimeoutrTimeoutb: RegField<Crt, Reg = Self::CI2CTimeoutr, URegField = Self::UI2CTimeoutrTimeoutb, SRegField = Self::SI2CTimeoutrTimeoutb, CRegField = Self::CI2CTimeoutrTimeoutb> + CRwRwRegFieldBits

Loading content...

Implementors

impl I2CTimeoutrTimeoutb<I2C1> for I2C1[src]

type UI2CTimeoutrTimeoutb = Timeoutb<Urt>

type SI2CTimeoutrTimeoutb = Timeoutb<Srt>

type CI2CTimeoutrTimeoutb = Timeoutb<Crt>

impl I2CTimeoutrTimeoutb<I2C2> for I2C2[src]

type UI2CTimeoutrTimeoutb = Timeoutb<Urt>

type SI2CTimeoutrTimeoutb = Timeoutb<Srt>

type CI2CTimeoutrTimeoutb = Timeoutb<Crt>

impl I2CTimeoutrTimeoutb<I2C3> for I2C3[src]

type UI2CTimeoutrTimeoutb = Timeoutb<Urt>

type SI2CTimeoutrTimeoutb = Timeoutb<Srt>

type CI2CTimeoutrTimeoutb = Timeoutb<Crt>

impl I2CTimeoutrTimeoutb<I2C4> for I2C4[src]

type UI2CTimeoutrTimeoutb = Timeoutb<Urt>

type SI2CTimeoutrTimeoutb = Timeoutb<Srt>

type CI2CTimeoutrTimeoutb = Timeoutb<Crt>

Loading content...