[][src]Trait drone_stm32_map_periph_i2c::I2COar2

pub trait I2COar2<T: I2CMap> {
    type I2COar2Val: Bitfield<Bits = u32>;
    type UI2COar2: UI2COar2<T, Val = Self::I2COar2Val, UReg = Self::UI2COar2, SReg = Self::SI2COar2, CReg = Self::CI2COar2>;
    type SI2COar2: SI2COar2<T, Val = Self::I2COar2Val, UReg = Self::UI2COar2, SReg = Self::SI2COar2, CReg = Self::CI2COar2>;
    type CI2COar2: CI2COar2<T, Val = Self::I2COar2Val, UReg = Self::UI2COar2, SReg = Self::SI2COar2, CReg = Self::CI2COar2>;
}

Associated Types

type I2COar2Val: Bitfield<Bits = u32>

type UI2COar2: UI2COar2<T, Val = Self::I2COar2Val, UReg = Self::UI2COar2, SReg = Self::SI2COar2, CReg = Self::CI2COar2>

type SI2COar2: SI2COar2<T, Val = Self::I2COar2Val, UReg = Self::UI2COar2, SReg = Self::SI2COar2, CReg = Self::CI2COar2>

type CI2COar2: CI2COar2<T, Val = Self::I2COar2Val, UReg = Self::UI2COar2, SReg = Self::SI2COar2, CReg = Self::CI2COar2>

Loading content...

Implementors

impl I2COar2<I2C1> for I2C1[src]

type I2COar2Val = Val

type UI2COar2 = Reg<Urt>

type SI2COar2 = Reg<Srt>

type CI2COar2 = Reg<Crt>

impl I2COar2<I2C2> for I2C2[src]

type I2COar2Val = Val

type UI2COar2 = Reg<Urt>

type SI2COar2 = Reg<Srt>

type CI2COar2 = Reg<Crt>

impl I2COar2<I2C3> for I2C3[src]

type I2COar2Val = Val

type UI2COar2 = Reg<Urt>

type SI2COar2 = Reg<Srt>

type CI2COar2 = Reg<Crt>

impl I2COar2<I2C4> for I2C4[src]

type I2COar2Val = Val

type UI2COar2 = Reg<Urt>

type SI2COar2 = Reg<Srt>

type CI2COar2 = Reg<Crt>

Loading content...