[][src]Trait drone_stm32_map_periph_i2c::I2CIsrTxe

pub trait I2CIsrTxe<T: I2CMap>: I2CIsr<T> {
    type UI2CIsrTxe: RegField<Urt, Reg = Self::UI2CIsr, URegField = Self::UI2CIsrTxe, SRegField = Self::SI2CIsrTxe, CRegField = Self::CI2CIsrTxe> + URwRwRegFieldBitBand;
    type SI2CIsrTxe: RegField<Srt, Reg = Self::SI2CIsr, URegField = Self::UI2CIsrTxe, SRegField = Self::SI2CIsrTxe, CRegField = Self::CI2CIsrTxe> + SRwRwRegFieldBitBand;
    type CI2CIsrTxe: RegField<Crt, Reg = Self::CI2CIsr, URegField = Self::UI2CIsrTxe, SRegField = Self::SI2CIsrTxe, CRegField = Self::CI2CIsrTxe> + CRwRwRegFieldBitBand;
}

Associated Types

type UI2CIsrTxe: RegField<Urt, Reg = Self::UI2CIsr, URegField = Self::UI2CIsrTxe, SRegField = Self::SI2CIsrTxe, CRegField = Self::CI2CIsrTxe> + URwRwRegFieldBitBand

type SI2CIsrTxe: RegField<Srt, Reg = Self::SI2CIsr, URegField = Self::UI2CIsrTxe, SRegField = Self::SI2CIsrTxe, CRegField = Self::CI2CIsrTxe> + SRwRwRegFieldBitBand

type CI2CIsrTxe: RegField<Crt, Reg = Self::CI2CIsr, URegField = Self::UI2CIsrTxe, SRegField = Self::SI2CIsrTxe, CRegField = Self::CI2CIsrTxe> + CRwRwRegFieldBitBand

Loading content...

Implementors

Loading content...