[][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

Loading content...