[][src]Trait drone_stm32_map_periph_i2c::I2COar1

pub trait I2COar1<T: I2CMap> {
    type I2COar1Val: Bitfield<Bits = u32>;
    type UI2COar1: UI2COar1<T, Val = Self::I2COar1Val, UReg = Self::UI2COar1, SReg = Self::SI2COar1, CReg = Self::CI2COar1>;
    type SI2COar1: SI2COar1<T, Val = Self::I2COar1Val, UReg = Self::UI2COar1, SReg = Self::SI2COar1, CReg = Self::CI2COar1>;
    type CI2COar1: CI2COar1<T, Val = Self::I2COar1Val, UReg = Self::UI2COar1, SReg = Self::SI2COar1, CReg = Self::CI2COar1>;
}

Associated Types

type I2COar1Val: Bitfield<Bits = u32>

type UI2COar1: UI2COar1<T, Val = Self::I2COar1Val, UReg = Self::UI2COar1, SReg = Self::SI2COar1, CReg = Self::CI2COar1>

type SI2COar1: SI2COar1<T, Val = Self::I2COar1Val, UReg = Self::UI2COar1, SReg = Self::SI2COar1, CReg = Self::CI2COar1>

type CI2COar1: CI2COar1<T, Val = Self::I2COar1Val, UReg = Self::UI2COar1, SReg = Self::SI2COar1, CReg = Self::CI2COar1>

Loading content...

Implementors

Loading content...