[][src]Trait drone_stm32_map_periph_i2c::I2CCr2Nbytes

pub trait I2CCr2Nbytes<T: I2CMap>: I2CCr2<T> {
    type UI2CCr2Nbytes: RegField<Urt, Reg = Self::UI2CCr2, URegField = Self::UI2CCr2Nbytes, SRegField = Self::SI2CCr2Nbytes, CRegField = Self::CI2CCr2Nbytes> + URwRwRegFieldBits;
    type SI2CCr2Nbytes: RegField<Srt, Reg = Self::SI2CCr2, URegField = Self::UI2CCr2Nbytes, SRegField = Self::SI2CCr2Nbytes, CRegField = Self::CI2CCr2Nbytes> + SRwRwRegFieldBits;
    type CI2CCr2Nbytes: RegField<Crt, Reg = Self::CI2CCr2, URegField = Self::UI2CCr2Nbytes, SRegField = Self::SI2CCr2Nbytes, CRegField = Self::CI2CCr2Nbytes> + CRwRwRegFieldBits;
}

Associated Types

type UI2CCr2Nbytes: RegField<Urt, Reg = Self::UI2CCr2, URegField = Self::UI2CCr2Nbytes, SRegField = Self::SI2CCr2Nbytes, CRegField = Self::CI2CCr2Nbytes> + URwRwRegFieldBits

type SI2CCr2Nbytes: RegField<Srt, Reg = Self::SI2CCr2, URegField = Self::UI2CCr2Nbytes, SRegField = Self::SI2CCr2Nbytes, CRegField = Self::CI2CCr2Nbytes> + SRwRwRegFieldBits

type CI2CCr2Nbytes: RegField<Crt, Reg = Self::CI2CCr2, URegField = Self::UI2CCr2Nbytes, SRegField = Self::SI2CCr2Nbytes, CRegField = Self::CI2CCr2Nbytes> + CRwRwRegFieldBits

Loading content...

Implementors

impl I2CCr2Nbytes<I2C1> for I2C1[src]

type UI2CCr2Nbytes = Nbytes<Urt>

type SI2CCr2Nbytes = Nbytes<Srt>

type CI2CCr2Nbytes = Nbytes<Crt>

impl I2CCr2Nbytes<I2C2> for I2C2[src]

type UI2CCr2Nbytes = Nbytes<Urt>

type SI2CCr2Nbytes = Nbytes<Srt>

type CI2CCr2Nbytes = Nbytes<Crt>

impl I2CCr2Nbytes<I2C3> for I2C3[src]

type UI2CCr2Nbytes = Nbytes<Urt>

type SI2CCr2Nbytes = Nbytes<Srt>

type CI2CCr2Nbytes = Nbytes<Crt>

impl I2CCr2Nbytes<I2C4> for I2C4[src]

type UI2CCr2Nbytes = Nbytes<Urt>

type SI2CCr2Nbytes = Nbytes<Srt>

type CI2CCr2Nbytes = Nbytes<Crt>

Loading content...