[][src]Trait drone_stm32_map_periph_i2c::I2CIsrTimeout

pub trait I2CIsrTimeout<T: I2CMap>: I2CIsr<T> {
    type UI2CIsrTimeout: RegField<Urt, Reg = Self::UI2CIsr, URegField = Self::UI2CIsrTimeout, SRegField = Self::SI2CIsrTimeout, CRegField = Self::CI2CIsrTimeout> + URoRwRegFieldBitBand;
    type SI2CIsrTimeout: RegField<Srt, Reg = Self::SI2CIsr, URegField = Self::UI2CIsrTimeout, SRegField = Self::SI2CIsrTimeout, CRegField = Self::CI2CIsrTimeout> + SRoRwRegFieldBitBand;
    type CI2CIsrTimeout: RegField<Crt, Reg = Self::CI2CIsr, URegField = Self::UI2CIsrTimeout, SRegField = Self::SI2CIsrTimeout, CRegField = Self::CI2CIsrTimeout> + CRoRwRegFieldBitBand;
}

Associated Types

type UI2CIsrTimeout: RegField<Urt, Reg = Self::UI2CIsr, URegField = Self::UI2CIsrTimeout, SRegField = Self::SI2CIsrTimeout, CRegField = Self::CI2CIsrTimeout> + URoRwRegFieldBitBand

type SI2CIsrTimeout: RegField<Srt, Reg = Self::SI2CIsr, URegField = Self::UI2CIsrTimeout, SRegField = Self::SI2CIsrTimeout, CRegField = Self::CI2CIsrTimeout> + SRoRwRegFieldBitBand

type CI2CIsrTimeout: RegField<Crt, Reg = Self::CI2CIsr, URegField = Self::UI2CIsrTimeout, SRegField = Self::SI2CIsrTimeout, CRegField = Self::CI2CIsrTimeout> + CRoRwRegFieldBitBand

Loading content...

Implementors

impl I2CIsrTimeout<I2C1> for I2C1[src]

type UI2CIsrTimeout = Timeout<Urt>

type SI2CIsrTimeout = Timeout<Srt>

type CI2CIsrTimeout = Timeout<Crt>

impl I2CIsrTimeout<I2C2> for I2C2[src]

type UI2CIsrTimeout = Timeout<Urt>

type SI2CIsrTimeout = Timeout<Srt>

type CI2CIsrTimeout = Timeout<Crt>

impl I2CIsrTimeout<I2C3> for I2C3[src]

type UI2CIsrTimeout = Timeout<Urt>

type SI2CIsrTimeout = Timeout<Srt>

type CI2CIsrTimeout = Timeout<Crt>

impl I2CIsrTimeout<I2C4> for I2C4[src]

type UI2CIsrTimeout = Timeout<Urt>

type SI2CIsrTimeout = Timeout<Srt>

type CI2CIsrTimeout = Timeout<Crt>

Loading content...