[][src]Trait drone_stm32_map_periph_i2c::I2CCr2Autoend

pub trait I2CCr2Autoend<T: I2CMap>: I2CCr2<T> {
    type UI2CCr2Autoend: RegField<Urt, Reg = Self::UI2CCr2, URegField = Self::UI2CCr2Autoend, SRegField = Self::SI2CCr2Autoend, CRegField = Self::CI2CCr2Autoend> + URwRwRegFieldBitBand;
    type SI2CCr2Autoend: RegField<Srt, Reg = Self::SI2CCr2, URegField = Self::UI2CCr2Autoend, SRegField = Self::SI2CCr2Autoend, CRegField = Self::CI2CCr2Autoend> + SRwRwRegFieldBitBand;
    type CI2CCr2Autoend: RegField<Crt, Reg = Self::CI2CCr2, URegField = Self::UI2CCr2Autoend, SRegField = Self::SI2CCr2Autoend, CRegField = Self::CI2CCr2Autoend> + CRwRwRegFieldBitBand;
}

Associated Types

type UI2CCr2Autoend: RegField<Urt, Reg = Self::UI2CCr2, URegField = Self::UI2CCr2Autoend, SRegField = Self::SI2CCr2Autoend, CRegField = Self::CI2CCr2Autoend> + URwRwRegFieldBitBand

type SI2CCr2Autoend: RegField<Srt, Reg = Self::SI2CCr2, URegField = Self::UI2CCr2Autoend, SRegField = Self::SI2CCr2Autoend, CRegField = Self::CI2CCr2Autoend> + SRwRwRegFieldBitBand

type CI2CCr2Autoend: RegField<Crt, Reg = Self::CI2CCr2, URegField = Self::UI2CCr2Autoend, SRegField = Self::SI2CCr2Autoend, CRegField = Self::CI2CCr2Autoend> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl I2CCr2Autoend<I2C1> for I2C1[src]

type UI2CCr2Autoend = Autoend<Urt>

type SI2CCr2Autoend = Autoend<Srt>

type CI2CCr2Autoend = Autoend<Crt>

impl I2CCr2Autoend<I2C2> for I2C2[src]

type UI2CCr2Autoend = Autoend<Urt>

type SI2CCr2Autoend = Autoend<Srt>

type CI2CCr2Autoend = Autoend<Crt>

impl I2CCr2Autoend<I2C3> for I2C3[src]

type UI2CCr2Autoend = Autoend<Urt>

type SI2CCr2Autoend = Autoend<Srt>

type CI2CCr2Autoend = Autoend<Crt>

impl I2CCr2Autoend<I2C4> for I2C4[src]

type UI2CCr2Autoend = Autoend<Urt>

type SI2CCr2Autoend = Autoend<Srt>

type CI2CCr2Autoend = Autoend<Crt>

Loading content...