[][src]Trait drone_stm32_map_periph_i2c::I2CIcrArlocf

pub trait I2CIcrArlocf<T: I2CMap>: I2CIcr<T> {
    type UI2CIcrArlocf: RegField<Urt, Reg = Self::UI2CIcr, URegField = Self::UI2CIcrArlocf, SRegField = Self::SI2CIcrArlocf, CRegField = Self::CI2CIcrArlocf> + UWoWoRegFieldBitBand;
    type SI2CIcrArlocf: RegField<Srt, Reg = Self::SI2CIcr, URegField = Self::UI2CIcrArlocf, SRegField = Self::SI2CIcrArlocf, CRegField = Self::CI2CIcrArlocf> + SWoWoRegFieldBitBand;
    type CI2CIcrArlocf: RegField<Crt, Reg = Self::CI2CIcr, URegField = Self::UI2CIcrArlocf, SRegField = Self::SI2CIcrArlocf, CRegField = Self::CI2CIcrArlocf> + CWoWoRegFieldBitBand;
}

Associated Types

type UI2CIcrArlocf: RegField<Urt, Reg = Self::UI2CIcr, URegField = Self::UI2CIcrArlocf, SRegField = Self::SI2CIcrArlocf, CRegField = Self::CI2CIcrArlocf> + UWoWoRegFieldBitBand

type SI2CIcrArlocf: RegField<Srt, Reg = Self::SI2CIcr, URegField = Self::UI2CIcrArlocf, SRegField = Self::SI2CIcrArlocf, CRegField = Self::CI2CIcrArlocf> + SWoWoRegFieldBitBand

type CI2CIcrArlocf: RegField<Crt, Reg = Self::CI2CIcr, URegField = Self::UI2CIcrArlocf, SRegField = Self::SI2CIcrArlocf, CRegField = Self::CI2CIcrArlocf> + CWoWoRegFieldBitBand

Loading content...

Implementors

impl I2CIcrArlocf<I2C1> for I2C1[src]

type UI2CIcrArlocf = Arlocf<Urt>

type SI2CIcrArlocf = Arlocf<Srt>

type CI2CIcrArlocf = Arlocf<Crt>

impl I2CIcrArlocf<I2C2> for I2C2[src]

type UI2CIcrArlocf = Arlocf<Urt>

type SI2CIcrArlocf = Arlocf<Srt>

type CI2CIcrArlocf = Arlocf<Crt>

impl I2CIcrArlocf<I2C3> for I2C3[src]

type UI2CIcrArlocf = Arlocf<Urt>

type SI2CIcrArlocf = Arlocf<Srt>

type CI2CIcrArlocf = Arlocf<Crt>

impl I2CIcrArlocf<I2C4> for I2C4[src]

type UI2CIcrArlocf = Arlocf<Urt>

type SI2CIcrArlocf = Arlocf<Srt>

type CI2CIcrArlocf = Arlocf<Crt>

Loading content...