[][src]Trait drone_stm32_map_periph_i2c::I2CCr2Stop

pub trait I2CCr2Stop<T: I2CMap>: I2CCr2<T> {
    type UI2CCr2Stop: RegField<Urt, Reg = Self::UI2CCr2, URegField = Self::UI2CCr2Stop, SRegField = Self::SI2CCr2Stop, CRegField = Self::CI2CCr2Stop> + URwRwRegFieldBitBand;
    type SI2CCr2Stop: RegField<Srt, Reg = Self::SI2CCr2, URegField = Self::UI2CCr2Stop, SRegField = Self::SI2CCr2Stop, CRegField = Self::CI2CCr2Stop> + SRwRwRegFieldBitBand;
    type CI2CCr2Stop: RegField<Crt, Reg = Self::CI2CCr2, URegField = Self::UI2CCr2Stop, SRegField = Self::SI2CCr2Stop, CRegField = Self::CI2CCr2Stop> + CRwRwRegFieldBitBand;
}

Associated Types

type UI2CCr2Stop: RegField<Urt, Reg = Self::UI2CCr2, URegField = Self::UI2CCr2Stop, SRegField = Self::SI2CCr2Stop, CRegField = Self::CI2CCr2Stop> + URwRwRegFieldBitBand

type SI2CCr2Stop: RegField<Srt, Reg = Self::SI2CCr2, URegField = Self::UI2CCr2Stop, SRegField = Self::SI2CCr2Stop, CRegField = Self::CI2CCr2Stop> + SRwRwRegFieldBitBand

type CI2CCr2Stop: RegField<Crt, Reg = Self::CI2CCr2, URegField = Self::UI2CCr2Stop, SRegField = Self::SI2CCr2Stop, CRegField = Self::CI2CCr2Stop> + CRwRwRegFieldBitBand

Loading content...

Implementors

Loading content...