[][src]Trait drone_stm32_map_periph_i2c::I2CIsrTxis

pub trait I2CIsrTxis<T: I2CMap>: I2CIsr<T> {
    type UI2CIsrTxis: RegField<Urt, Reg = Self::UI2CIsr, URegField = Self::UI2CIsrTxis, SRegField = Self::SI2CIsrTxis, CRegField = Self::CI2CIsrTxis> + URwRwRegFieldBitBand;
    type SI2CIsrTxis: RegField<Srt, Reg = Self::SI2CIsr, URegField = Self::UI2CIsrTxis, SRegField = Self::SI2CIsrTxis, CRegField = Self::CI2CIsrTxis> + SRwRwRegFieldBitBand;
    type CI2CIsrTxis: RegField<Crt, Reg = Self::CI2CIsr, URegField = Self::UI2CIsrTxis, SRegField = Self::SI2CIsrTxis, CRegField = Self::CI2CIsrTxis> + CRwRwRegFieldBitBand;
}

Associated Types

type UI2CIsrTxis: RegField<Urt, Reg = Self::UI2CIsr, URegField = Self::UI2CIsrTxis, SRegField = Self::SI2CIsrTxis, CRegField = Self::CI2CIsrTxis> + URwRwRegFieldBitBand

type SI2CIsrTxis: RegField<Srt, Reg = Self::SI2CIsr, URegField = Self::UI2CIsrTxis, SRegField = Self::SI2CIsrTxis, CRegField = Self::CI2CIsrTxis> + SRwRwRegFieldBitBand

type CI2CIsrTxis: RegField<Crt, Reg = Self::CI2CIsr, URegField = Self::UI2CIsrTxis, SRegField = Self::SI2CIsrTxis, CRegField = Self::CI2CIsrTxis> + CRwRwRegFieldBitBand

Loading content...

Implementors

Loading content...