[][src]Trait drone_stm32_map_periph_i2c::I2CIcrStopcf

pub trait I2CIcrStopcf<T: I2CMap>: I2CIcr<T> {
    type UI2CIcrStopcf: RegField<Urt, Reg = Self::UI2CIcr, URegField = Self::UI2CIcrStopcf, SRegField = Self::SI2CIcrStopcf, CRegField = Self::CI2CIcrStopcf> + UWoWoRegFieldBitBand;
    type SI2CIcrStopcf: RegField<Srt, Reg = Self::SI2CIcr, URegField = Self::UI2CIcrStopcf, SRegField = Self::SI2CIcrStopcf, CRegField = Self::CI2CIcrStopcf> + SWoWoRegFieldBitBand;
    type CI2CIcrStopcf: RegField<Crt, Reg = Self::CI2CIcr, URegField = Self::UI2CIcrStopcf, SRegField = Self::SI2CIcrStopcf, CRegField = Self::CI2CIcrStopcf> + CWoWoRegFieldBitBand;
}

Associated Types

type UI2CIcrStopcf: RegField<Urt, Reg = Self::UI2CIcr, URegField = Self::UI2CIcrStopcf, SRegField = Self::SI2CIcrStopcf, CRegField = Self::CI2CIcrStopcf> + UWoWoRegFieldBitBand

type SI2CIcrStopcf: RegField<Srt, Reg = Self::SI2CIcr, URegField = Self::UI2CIcrStopcf, SRegField = Self::SI2CIcrStopcf, CRegField = Self::CI2CIcrStopcf> + SWoWoRegFieldBitBand

type CI2CIcrStopcf: RegField<Crt, Reg = Self::CI2CIcr, URegField = Self::UI2CIcrStopcf, SRegField = Self::SI2CIcrStopcf, CRegField = Self::CI2CIcrStopcf> + CWoWoRegFieldBitBand

Loading content...

Implementors

Loading content...