[][src]Trait drone_stm32_map_periph_i2c::I2CIsrTc

pub trait I2CIsrTc<T: I2CMap>: I2CIsr<T> {
    type UI2CIsrTc: RegField<Urt, Reg = Self::UI2CIsr, URegField = Self::UI2CIsrTc, SRegField = Self::SI2CIsrTc, CRegField = Self::CI2CIsrTc> + URoRwRegFieldBitBand;
    type SI2CIsrTc: RegField<Srt, Reg = Self::SI2CIsr, URegField = Self::UI2CIsrTc, SRegField = Self::SI2CIsrTc, CRegField = Self::CI2CIsrTc> + SRoRwRegFieldBitBand;
    type CI2CIsrTc: RegField<Crt, Reg = Self::CI2CIsr, URegField = Self::UI2CIsrTc, SRegField = Self::SI2CIsrTc, CRegField = Self::CI2CIsrTc> + CRoRwRegFieldBitBand;
}

Associated Types

type UI2CIsrTc: RegField<Urt, Reg = Self::UI2CIsr, URegField = Self::UI2CIsrTc, SRegField = Self::SI2CIsrTc, CRegField = Self::CI2CIsrTc> + URoRwRegFieldBitBand

type SI2CIsrTc: RegField<Srt, Reg = Self::SI2CIsr, URegField = Self::UI2CIsrTc, SRegField = Self::SI2CIsrTc, CRegField = Self::CI2CIsrTc> + SRoRwRegFieldBitBand

type CI2CIsrTc: RegField<Crt, Reg = Self::CI2CIsr, URegField = Self::UI2CIsrTc, SRegField = Self::SI2CIsrTc, CRegField = Self::CI2CIsrTc> + CRoRwRegFieldBitBand

Loading content...

Implementors

impl I2CIsrTc<I2C1> for I2C1[src]

type UI2CIsrTc = Tc<Urt>

type SI2CIsrTc = Tc<Srt>

type CI2CIsrTc = Tc<Crt>

impl I2CIsrTc<I2C2> for I2C2[src]

type UI2CIsrTc = Tc<Urt>

type SI2CIsrTc = Tc<Srt>

type CI2CIsrTc = Tc<Crt>

impl I2CIsrTc<I2C3> for I2C3[src]

type UI2CIsrTc = Tc<Urt>

type SI2CIsrTc = Tc<Srt>

type CI2CIsrTc = Tc<Crt>

impl I2CIsrTc<I2C4> for I2C4[src]

type UI2CIsrTc = Tc<Urt>

type SI2CIsrTc = Tc<Srt>

type CI2CIsrTc = Tc<Crt>

Loading content...