[][src]Trait drone_stm32_map_periph_i2c::I2CIcr

pub trait I2CIcr<T: I2CMap> {
    type I2CIcrVal: Bitfield<Bits = u32>;
    type UI2CIcr: UI2CIcr<T, Val = Self::I2CIcrVal, UReg = Self::UI2CIcr, SReg = Self::SI2CIcr, CReg = Self::CI2CIcr>;
    type SI2CIcr: SI2CIcr<T, Val = Self::I2CIcrVal, UReg = Self::UI2CIcr, SReg = Self::SI2CIcr, CReg = Self::CI2CIcr>;
    type CI2CIcr: CI2CIcr<T, Val = Self::I2CIcrVal, UReg = Self::UI2CIcr, SReg = Self::SI2CIcr, CReg = Self::CI2CIcr>;
}

Associated Types

type I2CIcrVal: Bitfield<Bits = u32>

type UI2CIcr: UI2CIcr<T, Val = Self::I2CIcrVal, UReg = Self::UI2CIcr, SReg = Self::SI2CIcr, CReg = Self::CI2CIcr>

type SI2CIcr: SI2CIcr<T, Val = Self::I2CIcrVal, UReg = Self::UI2CIcr, SReg = Self::SI2CIcr, CReg = Self::CI2CIcr>

type CI2CIcr: CI2CIcr<T, Val = Self::I2CIcrVal, UReg = Self::UI2CIcr, SReg = Self::SI2CIcr, CReg = Self::CI2CIcr>

Loading content...

Implementors

impl I2CIcr<I2C1> for I2C1[src]

type I2CIcrVal = Val

type UI2CIcr = Reg<Urt>

type SI2CIcr = Reg<Srt>

type CI2CIcr = Reg<Crt>

impl I2CIcr<I2C2> for I2C2[src]

type I2CIcrVal = Val

type UI2CIcr = Reg<Urt>

type SI2CIcr = Reg<Srt>

type CI2CIcr = Reg<Crt>

impl I2CIcr<I2C3> for I2C3[src]

type I2CIcrVal = Val

type UI2CIcr = Reg<Urt>

type SI2CIcr = Reg<Srt>

type CI2CIcr = Reg<Crt>

impl I2CIcr<I2C4> for I2C4[src]

type I2CIcrVal = Val

type UI2CIcr = Reg<Urt>

type SI2CIcr = Reg<Srt>

type CI2CIcr = Reg<Crt>

Loading content...