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

impl I2CIsrTxe<I2C1> for I2C1[src]

type UI2CIsrTxe = Txe<Urt>

type SI2CIsrTxe = Txe<Srt>

type CI2CIsrTxe = Txe<Crt>

impl I2CIsrTxe<I2C2> for I2C2[src]

type UI2CIsrTxe = Txe<Urt>

type SI2CIsrTxe = Txe<Srt>

type CI2CIsrTxe = Txe<Crt>

impl I2CIsrTxe<I2C3> for I2C3[src]

type UI2CIsrTxe = Txe<Urt>

type SI2CIsrTxe = Txe<Srt>

type CI2CIsrTxe = Txe<Crt>

impl I2CIsrTxe<I2C4> for I2C4[src]

type UI2CIsrTxe = Txe<Urt>

type SI2CIsrTxe = Txe<Srt>

type CI2CIsrTxe = Txe<Crt>

Loading content...