[][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

Loading content...