[][src]Trait drone_stm32_map_periph_i2c::I2CIcrTimoutcf

pub trait I2CIcrTimoutcf<T: I2CMap>: I2CIcr<T> {
    type UI2CIcrTimoutcf: RegField<Urt, Reg = Self::UI2CIcr, URegField = Self::UI2CIcrTimoutcf, SRegField = Self::SI2CIcrTimoutcf, CRegField = Self::CI2CIcrTimoutcf> + UWoWoRegFieldBitBand;
    type SI2CIcrTimoutcf: RegField<Srt, Reg = Self::SI2CIcr, URegField = Self::UI2CIcrTimoutcf, SRegField = Self::SI2CIcrTimoutcf, CRegField = Self::CI2CIcrTimoutcf> + SWoWoRegFieldBitBand;
    type CI2CIcrTimoutcf: RegField<Crt, Reg = Self::CI2CIcr, URegField = Self::UI2CIcrTimoutcf, SRegField = Self::SI2CIcrTimoutcf, CRegField = Self::CI2CIcrTimoutcf> + CWoWoRegFieldBitBand;
}

Associated Types

type UI2CIcrTimoutcf: RegField<Urt, Reg = Self::UI2CIcr, URegField = Self::UI2CIcrTimoutcf, SRegField = Self::SI2CIcrTimoutcf, CRegField = Self::CI2CIcrTimoutcf> + UWoWoRegFieldBitBand

type SI2CIcrTimoutcf: RegField<Srt, Reg = Self::SI2CIcr, URegField = Self::UI2CIcrTimoutcf, SRegField = Self::SI2CIcrTimoutcf, CRegField = Self::CI2CIcrTimoutcf> + SWoWoRegFieldBitBand

type CI2CIcrTimoutcf: RegField<Crt, Reg = Self::CI2CIcr, URegField = Self::UI2CIcrTimoutcf, SRegField = Self::SI2CIcrTimoutcf, CRegField = Self::CI2CIcrTimoutcf> + CWoWoRegFieldBitBand

Loading content...

Implementors

impl I2CIcrTimoutcf<I2C1> for I2C1[src]

type UI2CIcrTimoutcf = Timoutcf<Urt>

type SI2CIcrTimoutcf = Timoutcf<Srt>

type CI2CIcrTimoutcf = Timoutcf<Crt>

impl I2CIcrTimoutcf<I2C2> for I2C2[src]

type UI2CIcrTimoutcf = Timoutcf<Urt>

type SI2CIcrTimoutcf = Timoutcf<Srt>

type CI2CIcrTimoutcf = Timoutcf<Crt>

impl I2CIcrTimoutcf<I2C3> for I2C3[src]

type UI2CIcrTimoutcf = Timoutcf<Urt>

type SI2CIcrTimoutcf = Timoutcf<Srt>

type CI2CIcrTimoutcf = Timoutcf<Crt>

impl I2CIcrTimoutcf<I2C4> for I2C4[src]

type UI2CIcrTimoutcf = Timoutcf<Urt>

type SI2CIcrTimoutcf = Timoutcf<Srt>

type CI2CIcrTimoutcf = Timoutcf<Crt>

Loading content...