[][src]Trait drone_stm32_map_periph_i2c::I2CIsrTcr

pub trait I2CIsrTcr<T: I2CMap>: I2CIsr<T> {
    type UI2CIsrTcr: RegField<Urt, Reg = Self::UI2CIsr, URegField = Self::UI2CIsrTcr, SRegField = Self::SI2CIsrTcr, CRegField = Self::CI2CIsrTcr> + URoRwRegFieldBitBand;
    type SI2CIsrTcr: RegField<Srt, Reg = Self::SI2CIsr, URegField = Self::UI2CIsrTcr, SRegField = Self::SI2CIsrTcr, CRegField = Self::CI2CIsrTcr> + SRoRwRegFieldBitBand;
    type CI2CIsrTcr: RegField<Crt, Reg = Self::CI2CIsr, URegField = Self::UI2CIsrTcr, SRegField = Self::SI2CIsrTcr, CRegField = Self::CI2CIsrTcr> + CRoRwRegFieldBitBand;
}

Associated Types

type UI2CIsrTcr: RegField<Urt, Reg = Self::UI2CIsr, URegField = Self::UI2CIsrTcr, SRegField = Self::SI2CIsrTcr, CRegField = Self::CI2CIsrTcr> + URoRwRegFieldBitBand

type SI2CIsrTcr: RegField<Srt, Reg = Self::SI2CIsr, URegField = Self::UI2CIsrTcr, SRegField = Self::SI2CIsrTcr, CRegField = Self::CI2CIsrTcr> + SRoRwRegFieldBitBand

type CI2CIsrTcr: RegField<Crt, Reg = Self::CI2CIsr, URegField = Self::UI2CIsrTcr, SRegField = Self::SI2CIsrTcr, CRegField = Self::CI2CIsrTcr> + CRoRwRegFieldBitBand

Loading content...

Implementors

Loading content...