[][src]Trait drone_stm32_map_periph_i2c::I2CCr1Nostretch

pub trait I2CCr1Nostretch<T: I2CMap>: I2CCr1<T> {
    type UI2CCr1Nostretch: RegField<Urt, Reg = Self::UI2CCr1, URegField = Self::UI2CCr1Nostretch, SRegField = Self::SI2CCr1Nostretch, CRegField = Self::CI2CCr1Nostretch> + URwRwRegFieldBitBand;
    type SI2CCr1Nostretch: RegField<Srt, Reg = Self::SI2CCr1, URegField = Self::UI2CCr1Nostretch, SRegField = Self::SI2CCr1Nostretch, CRegField = Self::CI2CCr1Nostretch> + SRwRwRegFieldBitBand;
    type CI2CCr1Nostretch: RegField<Crt, Reg = Self::CI2CCr1, URegField = Self::UI2CCr1Nostretch, SRegField = Self::SI2CCr1Nostretch, CRegField = Self::CI2CCr1Nostretch> + CRwRwRegFieldBitBand;
}

Associated Types

type UI2CCr1Nostretch: RegField<Urt, Reg = Self::UI2CCr1, URegField = Self::UI2CCr1Nostretch, SRegField = Self::SI2CCr1Nostretch, CRegField = Self::CI2CCr1Nostretch> + URwRwRegFieldBitBand

type SI2CCr1Nostretch: RegField<Srt, Reg = Self::SI2CCr1, URegField = Self::UI2CCr1Nostretch, SRegField = Self::SI2CCr1Nostretch, CRegField = Self::CI2CCr1Nostretch> + SRwRwRegFieldBitBand

type CI2CCr1Nostretch: RegField<Crt, Reg = Self::CI2CCr1, URegField = Self::UI2CCr1Nostretch, SRegField = Self::SI2CCr1Nostretch, CRegField = Self::CI2CCr1Nostretch> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl I2CCr1Nostretch<I2C1> for I2C1[src]

type UI2CCr1Nostretch = Nostretch<Urt>

type SI2CCr1Nostretch = Nostretch<Srt>

type CI2CCr1Nostretch = Nostretch<Crt>

impl I2CCr1Nostretch<I2C2> for I2C2[src]

type UI2CCr1Nostretch = Nostretch<Urt>

type SI2CCr1Nostretch = Nostretch<Srt>

type CI2CCr1Nostretch = Nostretch<Crt>

impl I2CCr1Nostretch<I2C3> for I2C3[src]

type UI2CCr1Nostretch = Nostretch<Urt>

type SI2CCr1Nostretch = Nostretch<Srt>

type CI2CCr1Nostretch = Nostretch<Crt>

impl I2CCr1Nostretch<I2C4> for I2C4[src]

type UI2CCr1Nostretch = Nostretch<Urt>

type SI2CCr1Nostretch = Nostretch<Srt>

type CI2CCr1Nostretch = Nostretch<Crt>

Loading content...