[][src]Trait drone_stm32_map_periph_i2c::I2CIcrPeccf

pub trait I2CIcrPeccf<T: I2CMap>: I2CIcr<T> {
    type UI2CIcrPeccf: RegField<Urt, Reg = Self::UI2CIcr, URegField = Self::UI2CIcrPeccf, SRegField = Self::SI2CIcrPeccf, CRegField = Self::CI2CIcrPeccf> + UWoWoRegFieldBitBand;
    type SI2CIcrPeccf: RegField<Srt, Reg = Self::SI2CIcr, URegField = Self::UI2CIcrPeccf, SRegField = Self::SI2CIcrPeccf, CRegField = Self::CI2CIcrPeccf> + SWoWoRegFieldBitBand;
    type CI2CIcrPeccf: RegField<Crt, Reg = Self::CI2CIcr, URegField = Self::UI2CIcrPeccf, SRegField = Self::SI2CIcrPeccf, CRegField = Self::CI2CIcrPeccf> + CWoWoRegFieldBitBand;
}

Associated Types

type UI2CIcrPeccf: RegField<Urt, Reg = Self::UI2CIcr, URegField = Self::UI2CIcrPeccf, SRegField = Self::SI2CIcrPeccf, CRegField = Self::CI2CIcrPeccf> + UWoWoRegFieldBitBand

type SI2CIcrPeccf: RegField<Srt, Reg = Self::SI2CIcr, URegField = Self::UI2CIcrPeccf, SRegField = Self::SI2CIcrPeccf, CRegField = Self::CI2CIcrPeccf> + SWoWoRegFieldBitBand

type CI2CIcrPeccf: RegField<Crt, Reg = Self::CI2CIcr, URegField = Self::UI2CIcrPeccf, SRegField = Self::SI2CIcrPeccf, CRegField = Self::CI2CIcrPeccf> + CWoWoRegFieldBitBand

Loading content...

Implementors

impl I2CIcrPeccf<I2C1> for I2C1[src]

type UI2CIcrPeccf = Peccf<Urt>

type SI2CIcrPeccf = Peccf<Srt>

type CI2CIcrPeccf = Peccf<Crt>

impl I2CIcrPeccf<I2C2> for I2C2[src]

type UI2CIcrPeccf = Peccf<Urt>

type SI2CIcrPeccf = Peccf<Srt>

type CI2CIcrPeccf = Peccf<Crt>

impl I2CIcrPeccf<I2C3> for I2C3[src]

type UI2CIcrPeccf = Peccf<Urt>

type SI2CIcrPeccf = Peccf<Srt>

type CI2CIcrPeccf = Peccf<Crt>

impl I2CIcrPeccf<I2C4> for I2C4[src]

type UI2CIcrPeccf = Peccf<Urt>

type SI2CIcrPeccf = Peccf<Srt>

type CI2CIcrPeccf = Peccf<Crt>

Loading content...