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

impl I2CIsrTxis<I2C1> for I2C1[src]

type UI2CIsrTxis = Txis<Urt>

type SI2CIsrTxis = Txis<Srt>

type CI2CIsrTxis = Txis<Crt>

impl I2CIsrTxis<I2C2> for I2C2[src]

type UI2CIsrTxis = Txis<Urt>

type SI2CIsrTxis = Txis<Srt>

type CI2CIsrTxis = Txis<Crt>

impl I2CIsrTxis<I2C3> for I2C3[src]

type UI2CIsrTxis = Txis<Urt>

type SI2CIsrTxis = Txis<Srt>

type CI2CIsrTxis = Txis<Crt>

impl I2CIsrTxis<I2C4> for I2C4[src]

type UI2CIsrTxis = Txis<Urt>

type SI2CIsrTxis = Txis<Srt>

type CI2CIsrTxis = Txis<Crt>

Loading content...