[][src]Trait drone_stm32_map_periph_i2c::I2CIcrAlertcf

pub trait I2CIcrAlertcf<T: I2CMap>: I2CIcr<T> {
    type UI2CIcrAlertcf: RegField<Urt, Reg = Self::UI2CIcr, URegField = Self::UI2CIcrAlertcf, SRegField = Self::SI2CIcrAlertcf, CRegField = Self::CI2CIcrAlertcf> + UWoWoRegFieldBitBand;
    type SI2CIcrAlertcf: RegField<Srt, Reg = Self::SI2CIcr, URegField = Self::UI2CIcrAlertcf, SRegField = Self::SI2CIcrAlertcf, CRegField = Self::CI2CIcrAlertcf> + SWoWoRegFieldBitBand;
    type CI2CIcrAlertcf: RegField<Crt, Reg = Self::CI2CIcr, URegField = Self::UI2CIcrAlertcf, SRegField = Self::SI2CIcrAlertcf, CRegField = Self::CI2CIcrAlertcf> + CWoWoRegFieldBitBand;
}

Associated Types

type UI2CIcrAlertcf: RegField<Urt, Reg = Self::UI2CIcr, URegField = Self::UI2CIcrAlertcf, SRegField = Self::SI2CIcrAlertcf, CRegField = Self::CI2CIcrAlertcf> + UWoWoRegFieldBitBand

type SI2CIcrAlertcf: RegField<Srt, Reg = Self::SI2CIcr, URegField = Self::UI2CIcrAlertcf, SRegField = Self::SI2CIcrAlertcf, CRegField = Self::CI2CIcrAlertcf> + SWoWoRegFieldBitBand

type CI2CIcrAlertcf: RegField<Crt, Reg = Self::CI2CIcr, URegField = Self::UI2CIcrAlertcf, SRegField = Self::SI2CIcrAlertcf, CRegField = Self::CI2CIcrAlertcf> + CWoWoRegFieldBitBand

Loading content...

Implementors

Loading content...