[][src]Trait drone_stm32_map_periph_i2c::I2CCr2

pub trait I2CCr2<T: I2CMap> {
    type I2CCr2Val: Bitfield<Bits = u32>;
    type UI2CCr2: UI2CCr2<T, Val = Self::I2CCr2Val, UReg = Self::UI2CCr2, SReg = Self::SI2CCr2, CReg = Self::CI2CCr2>;
    type SI2CCr2: SI2CCr2<T, Val = Self::I2CCr2Val, UReg = Self::UI2CCr2, SReg = Self::SI2CCr2, CReg = Self::CI2CCr2>;
    type CI2CCr2: CI2CCr2<T, Val = Self::I2CCr2Val, UReg = Self::UI2CCr2, SReg = Self::SI2CCr2, CReg = Self::CI2CCr2>;
}

Associated Types

type I2CCr2Val: Bitfield<Bits = u32>

type UI2CCr2: UI2CCr2<T, Val = Self::I2CCr2Val, UReg = Self::UI2CCr2, SReg = Self::SI2CCr2, CReg = Self::CI2CCr2>

type SI2CCr2: SI2CCr2<T, Val = Self::I2CCr2Val, UReg = Self::UI2CCr2, SReg = Self::SI2CCr2, CReg = Self::CI2CCr2>

type CI2CCr2: CI2CCr2<T, Val = Self::I2CCr2Val, UReg = Self::UI2CCr2, SReg = Self::SI2CCr2, CReg = Self::CI2CCr2>

Loading content...

Implementors

impl I2CCr2<I2C1> for I2C1[src]

type I2CCr2Val = Val

type UI2CCr2 = Reg<Urt>

type SI2CCr2 = Reg<Srt>

type CI2CCr2 = Reg<Crt>

impl I2CCr2<I2C2> for I2C2[src]

type I2CCr2Val = Val

type UI2CCr2 = Reg<Urt>

type SI2CCr2 = Reg<Srt>

type CI2CCr2 = Reg<Crt>

impl I2CCr2<I2C3> for I2C3[src]

type I2CCr2Val = Val

type UI2CCr2 = Reg<Urt>

type SI2CCr2 = Reg<Srt>

type CI2CCr2 = Reg<Crt>

impl I2CCr2<I2C4> for I2C4[src]

type I2CCr2Val = Val

type UI2CCr2 = Reg<Urt>

type SI2CCr2 = Reg<Srt>

type CI2CCr2 = Reg<Crt>

Loading content...