[][src]Trait drone_stm32_map_periph_i2c::I2COar2Oa2Msk

pub trait I2COar2Oa2Msk<T: I2CMap>: I2COar2<T> {
    type UI2COar2Oa2Msk: RegField<Urt, Reg = Self::UI2COar2, URegField = Self::UI2COar2Oa2Msk, SRegField = Self::SI2COar2Oa2Msk, CRegField = Self::CI2COar2Oa2Msk> + URwRwRegFieldBits;
    type SI2COar2Oa2Msk: RegField<Srt, Reg = Self::SI2COar2, URegField = Self::UI2COar2Oa2Msk, SRegField = Self::SI2COar2Oa2Msk, CRegField = Self::CI2COar2Oa2Msk> + SRwRwRegFieldBits;
    type CI2COar2Oa2Msk: RegField<Crt, Reg = Self::CI2COar2, URegField = Self::UI2COar2Oa2Msk, SRegField = Self::SI2COar2Oa2Msk, CRegField = Self::CI2COar2Oa2Msk> + CRwRwRegFieldBits;
}

Associated Types

type UI2COar2Oa2Msk: RegField<Urt, Reg = Self::UI2COar2, URegField = Self::UI2COar2Oa2Msk, SRegField = Self::SI2COar2Oa2Msk, CRegField = Self::CI2COar2Oa2Msk> + URwRwRegFieldBits

type SI2COar2Oa2Msk: RegField<Srt, Reg = Self::SI2COar2, URegField = Self::UI2COar2Oa2Msk, SRegField = Self::SI2COar2Oa2Msk, CRegField = Self::CI2COar2Oa2Msk> + SRwRwRegFieldBits

type CI2COar2Oa2Msk: RegField<Crt, Reg = Self::CI2COar2, URegField = Self::UI2COar2Oa2Msk, SRegField = Self::SI2COar2Oa2Msk, CRegField = Self::CI2COar2Oa2Msk> + CRwRwRegFieldBits

Loading content...

Implementors

impl I2COar2Oa2Msk<I2C1> for I2C1[src]

type UI2COar2Oa2Msk = Oa2Msk<Urt>

type SI2COar2Oa2Msk = Oa2Msk<Srt>

type CI2COar2Oa2Msk = Oa2Msk<Crt>

impl I2COar2Oa2Msk<I2C2> for I2C2[src]

type UI2COar2Oa2Msk = Oa2Msk<Urt>

type SI2COar2Oa2Msk = Oa2Msk<Srt>

type CI2COar2Oa2Msk = Oa2Msk<Crt>

impl I2COar2Oa2Msk<I2C3> for I2C3[src]

type UI2COar2Oa2Msk = Oa2Msk<Urt>

type SI2COar2Oa2Msk = Oa2Msk<Srt>

type CI2COar2Oa2Msk = Oa2Msk<Crt>

impl I2COar2Oa2Msk<I2C4> for I2C4[src]

type UI2COar2Oa2Msk = Oa2Msk<Urt>

type SI2COar2Oa2Msk = Oa2Msk<Srt>

type CI2COar2Oa2Msk = Oa2Msk<Crt>

Loading content...