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

impl I2CIcrAlertcf<I2C1> for I2C1[src]

type UI2CIcrAlertcf = Alertcf<Urt>

type SI2CIcrAlertcf = Alertcf<Srt>

type CI2CIcrAlertcf = Alertcf<Crt>

impl I2CIcrAlertcf<I2C2> for I2C2[src]

type UI2CIcrAlertcf = Alertcf<Urt>

type SI2CIcrAlertcf = Alertcf<Srt>

type CI2CIcrAlertcf = Alertcf<Crt>

impl I2CIcrAlertcf<I2C3> for I2C3[src]

type UI2CIcrAlertcf = Alertcf<Urt>

type SI2CIcrAlertcf = Alertcf<Srt>

type CI2CIcrAlertcf = Alertcf<Crt>

impl I2CIcrAlertcf<I2C4> for I2C4[src]

type UI2CIcrAlertcf = Alertcf<Urt>

type SI2CIcrAlertcf = Alertcf<Srt>

type CI2CIcrAlertcf = Alertcf<Crt>

Loading content...