[][src]Trait drone_stm32_map_periph_i2c::I2CCr2Start

pub trait I2CCr2Start<T: I2CMap>: I2CCr2<T> {
    type UI2CCr2Start: RegField<Urt, Reg = Self::UI2CCr2, URegField = Self::UI2CCr2Start, SRegField = Self::SI2CCr2Start, CRegField = Self::CI2CCr2Start> + URwRwRegFieldBitBand;
    type SI2CCr2Start: RegField<Srt, Reg = Self::SI2CCr2, URegField = Self::UI2CCr2Start, SRegField = Self::SI2CCr2Start, CRegField = Self::CI2CCr2Start> + SRwRwRegFieldBitBand;
    type CI2CCr2Start: RegField<Crt, Reg = Self::CI2CCr2, URegField = Self::UI2CCr2Start, SRegField = Self::SI2CCr2Start, CRegField = Self::CI2CCr2Start> + CRwRwRegFieldBitBand;
}

Associated Types

type UI2CCr2Start: RegField<Urt, Reg = Self::UI2CCr2, URegField = Self::UI2CCr2Start, SRegField = Self::SI2CCr2Start, CRegField = Self::CI2CCr2Start> + URwRwRegFieldBitBand

type SI2CCr2Start: RegField<Srt, Reg = Self::SI2CCr2, URegField = Self::UI2CCr2Start, SRegField = Self::SI2CCr2Start, CRegField = Self::CI2CCr2Start> + SRwRwRegFieldBitBand

type CI2CCr2Start: RegField<Crt, Reg = Self::CI2CCr2, URegField = Self::UI2CCr2Start, SRegField = Self::SI2CCr2Start, CRegField = Self::CI2CCr2Start> + CRwRwRegFieldBitBand

Loading content...

Implementors

Loading content...