[][src]Trait drone_stm32_map_periph_i2c::I2CCr1Pecen

pub trait I2CCr1Pecen<T: I2CMap>: I2CCr1<T> {
    type UI2CCr1Pecen: RegField<Urt, Reg = Self::UI2CCr1, URegField = Self::UI2CCr1Pecen, SRegField = Self::SI2CCr1Pecen, CRegField = Self::CI2CCr1Pecen> + URwRwRegFieldBitBand;
    type SI2CCr1Pecen: RegField<Srt, Reg = Self::SI2CCr1, URegField = Self::UI2CCr1Pecen, SRegField = Self::SI2CCr1Pecen, CRegField = Self::CI2CCr1Pecen> + SRwRwRegFieldBitBand;
    type CI2CCr1Pecen: RegField<Crt, Reg = Self::CI2CCr1, URegField = Self::UI2CCr1Pecen, SRegField = Self::SI2CCr1Pecen, CRegField = Self::CI2CCr1Pecen> + CRwRwRegFieldBitBand;
}

Associated Types

type UI2CCr1Pecen: RegField<Urt, Reg = Self::UI2CCr1, URegField = Self::UI2CCr1Pecen, SRegField = Self::SI2CCr1Pecen, CRegField = Self::CI2CCr1Pecen> + URwRwRegFieldBitBand

type SI2CCr1Pecen: RegField<Srt, Reg = Self::SI2CCr1, URegField = Self::UI2CCr1Pecen, SRegField = Self::SI2CCr1Pecen, CRegField = Self::CI2CCr1Pecen> + SRwRwRegFieldBitBand

type CI2CCr1Pecen: RegField<Crt, Reg = Self::CI2CCr1, URegField = Self::UI2CCr1Pecen, SRegField = Self::SI2CCr1Pecen, CRegField = Self::CI2CCr1Pecen> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl I2CCr1Pecen<I2C1> for I2C1[src]

type UI2CCr1Pecen = Pecen<Urt>

type SI2CCr1Pecen = Pecen<Srt>

type CI2CCr1Pecen = Pecen<Crt>

impl I2CCr1Pecen<I2C2> for I2C2[src]

type UI2CCr1Pecen = Pecen<Urt>

type SI2CCr1Pecen = Pecen<Srt>

type CI2CCr1Pecen = Pecen<Crt>

impl I2CCr1Pecen<I2C3> for I2C3[src]

type UI2CCr1Pecen = Pecen<Urt>

type SI2CCr1Pecen = Pecen<Srt>

type CI2CCr1Pecen = Pecen<Crt>

impl I2CCr1Pecen<I2C4> for I2C4[src]

type UI2CCr1Pecen = Pecen<Urt>

type SI2CCr1Pecen = Pecen<Srt>

type CI2CCr1Pecen = Pecen<Crt>

Loading content...