[][src]Trait drone_stm32_map_periph_i2c::I2CIsrRxne

pub trait I2CIsrRxne<T: I2CMap>: I2CIsr<T> {
    type UI2CIsrRxne: RegField<Urt, Reg = Self::UI2CIsr, URegField = Self::UI2CIsrRxne, SRegField = Self::SI2CIsrRxne, CRegField = Self::CI2CIsrRxne> + URoRwRegFieldBitBand;
    type SI2CIsrRxne: RegField<Srt, Reg = Self::SI2CIsr, URegField = Self::UI2CIsrRxne, SRegField = Self::SI2CIsrRxne, CRegField = Self::CI2CIsrRxne> + SRoRwRegFieldBitBand;
    type CI2CIsrRxne: RegField<Crt, Reg = Self::CI2CIsr, URegField = Self::UI2CIsrRxne, SRegField = Self::SI2CIsrRxne, CRegField = Self::CI2CIsrRxne> + CRoRwRegFieldBitBand;
}

Associated Types

type UI2CIsrRxne: RegField<Urt, Reg = Self::UI2CIsr, URegField = Self::UI2CIsrRxne, SRegField = Self::SI2CIsrRxne, CRegField = Self::CI2CIsrRxne> + URoRwRegFieldBitBand

type SI2CIsrRxne: RegField<Srt, Reg = Self::SI2CIsr, URegField = Self::UI2CIsrRxne, SRegField = Self::SI2CIsrRxne, CRegField = Self::CI2CIsrRxne> + SRoRwRegFieldBitBand

type CI2CIsrRxne: RegField<Crt, Reg = Self::CI2CIsr, URegField = Self::UI2CIsrRxne, SRegField = Self::SI2CIsrRxne, CRegField = Self::CI2CIsrRxne> + CRoRwRegFieldBitBand

Loading content...

Implementors

impl I2CIsrRxne<I2C1> for I2C1[src]

type UI2CIsrRxne = Rxne<Urt>

type SI2CIsrRxne = Rxne<Srt>

type CI2CIsrRxne = Rxne<Crt>

impl I2CIsrRxne<I2C2> for I2C2[src]

type UI2CIsrRxne = Rxne<Urt>

type SI2CIsrRxne = Rxne<Srt>

type CI2CIsrRxne = Rxne<Crt>

impl I2CIsrRxne<I2C3> for I2C3[src]

type UI2CIsrRxne = Rxne<Urt>

type SI2CIsrRxne = Rxne<Srt>

type CI2CIsrRxne = Rxne<Crt>

impl I2CIsrRxne<I2C4> for I2C4[src]

type UI2CIsrRxne = Rxne<Urt>

type SI2CIsrRxne = Rxne<Srt>

type CI2CIsrRxne = Rxne<Crt>

Loading content...