[][src]Trait drone_stm32_map_periph_i2c::I2CCr1Dnf

pub trait I2CCr1Dnf<T: I2CMap>: I2CCr1<T> {
    type UI2CCr1Dnf: RegField<Urt, Reg = Self::UI2CCr1, URegField = Self::UI2CCr1Dnf, SRegField = Self::SI2CCr1Dnf, CRegField = Self::CI2CCr1Dnf> + URwRwRegFieldBits;
    type SI2CCr1Dnf: RegField<Srt, Reg = Self::SI2CCr1, URegField = Self::UI2CCr1Dnf, SRegField = Self::SI2CCr1Dnf, CRegField = Self::CI2CCr1Dnf> + SRwRwRegFieldBits;
    type CI2CCr1Dnf: RegField<Crt, Reg = Self::CI2CCr1, URegField = Self::UI2CCr1Dnf, SRegField = Self::SI2CCr1Dnf, CRegField = Self::CI2CCr1Dnf> + CRwRwRegFieldBits;
}

Associated Types

type UI2CCr1Dnf: RegField<Urt, Reg = Self::UI2CCr1, URegField = Self::UI2CCr1Dnf, SRegField = Self::SI2CCr1Dnf, CRegField = Self::CI2CCr1Dnf> + URwRwRegFieldBits

type SI2CCr1Dnf: RegField<Srt, Reg = Self::SI2CCr1, URegField = Self::UI2CCr1Dnf, SRegField = Self::SI2CCr1Dnf, CRegField = Self::CI2CCr1Dnf> + SRwRwRegFieldBits

type CI2CCr1Dnf: RegField<Crt, Reg = Self::CI2CCr1, URegField = Self::UI2CCr1Dnf, SRegField = Self::SI2CCr1Dnf, CRegField = Self::CI2CCr1Dnf> + CRwRwRegFieldBits

Loading content...

Implementors

impl I2CCr1Dnf<I2C1> for I2C1[src]

type UI2CCr1Dnf = Dnf<Urt>

type SI2CCr1Dnf = Dnf<Srt>

type CI2CCr1Dnf = Dnf<Crt>

impl I2CCr1Dnf<I2C2> for I2C2[src]

type UI2CCr1Dnf = Dnf<Urt>

type SI2CCr1Dnf = Dnf<Srt>

type CI2CCr1Dnf = Dnf<Crt>

impl I2CCr1Dnf<I2C3> for I2C3[src]

type UI2CCr1Dnf = Dnf<Urt>

type SI2CCr1Dnf = Dnf<Srt>

type CI2CCr1Dnf = Dnf<Crt>

impl I2CCr1Dnf<I2C4> for I2C4[src]

type UI2CCr1Dnf = Dnf<Urt>

type SI2CCr1Dnf = Dnf<Srt>

type CI2CCr1Dnf = Dnf<Crt>

Loading content...