[][src]Trait drone_stm32_map_periph_i2c::I2CCr1

pub trait I2CCr1<T: I2CMap> {
    type I2CCr1Val: Bitfield<Bits = u32>;
    type UI2CCr1: UI2CCr1<T, Val = Self::I2CCr1Val, UReg = Self::UI2CCr1, SReg = Self::SI2CCr1, CReg = Self::CI2CCr1>;
    type SI2CCr1: SI2CCr1<T, Val = Self::I2CCr1Val, UReg = Self::UI2CCr1, SReg = Self::SI2CCr1, CReg = Self::CI2CCr1>;
    type CI2CCr1: CI2CCr1<T, Val = Self::I2CCr1Val, UReg = Self::UI2CCr1, SReg = Self::SI2CCr1, CReg = Self::CI2CCr1>;
}

Associated Types

type I2CCr1Val: Bitfield<Bits = u32>

type UI2CCr1: UI2CCr1<T, Val = Self::I2CCr1Val, UReg = Self::UI2CCr1, SReg = Self::SI2CCr1, CReg = Self::CI2CCr1>

type SI2CCr1: SI2CCr1<T, Val = Self::I2CCr1Val, UReg = Self::UI2CCr1, SReg = Self::SI2CCr1, CReg = Self::CI2CCr1>

type CI2CCr1: CI2CCr1<T, Val = Self::I2CCr1Val, UReg = Self::UI2CCr1, SReg = Self::SI2CCr1, CReg = Self::CI2CCr1>

Loading content...

Implementors

impl I2CCr1<I2C1> for I2C1[src]

type I2CCr1Val = Val

type UI2CCr1 = Reg<Urt>

type SI2CCr1 = Reg<Srt>

type CI2CCr1 = Reg<Crt>

impl I2CCr1<I2C2> for I2C2[src]

type I2CCr1Val = Val

type UI2CCr1 = Reg<Urt>

type SI2CCr1 = Reg<Srt>

type CI2CCr1 = Reg<Crt>

impl I2CCr1<I2C3> for I2C3[src]

type I2CCr1Val = Val

type UI2CCr1 = Reg<Urt>

type SI2CCr1 = Reg<Srt>

type CI2CCr1 = Reg<Crt>

impl I2CCr1<I2C4> for I2C4[src]

type I2CCr1Val = Val

type UI2CCr1 = Reg<Urt>

type SI2CCr1 = Reg<Srt>

type CI2CCr1 = Reg<Crt>

Loading content...