[][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

Loading content...