[][src]Trait drone_stm32_map_periph_i2c::I2CIsrBusy

pub trait I2CIsrBusy<T: I2CMap>: I2CIsr<T> {
    type UI2CIsrBusy: RegField<Urt, Reg = Self::UI2CIsr, URegField = Self::UI2CIsrBusy, SRegField = Self::SI2CIsrBusy, CRegField = Self::CI2CIsrBusy> + URoRwRegFieldBitBand;
    type SI2CIsrBusy: RegField<Srt, Reg = Self::SI2CIsr, URegField = Self::UI2CIsrBusy, SRegField = Self::SI2CIsrBusy, CRegField = Self::CI2CIsrBusy> + SRoRwRegFieldBitBand;
    type CI2CIsrBusy: RegField<Crt, Reg = Self::CI2CIsr, URegField = Self::UI2CIsrBusy, SRegField = Self::SI2CIsrBusy, CRegField = Self::CI2CIsrBusy> + CRoRwRegFieldBitBand;
}

Associated Types

type UI2CIsrBusy: RegField<Urt, Reg = Self::UI2CIsr, URegField = Self::UI2CIsrBusy, SRegField = Self::SI2CIsrBusy, CRegField = Self::CI2CIsrBusy> + URoRwRegFieldBitBand

type SI2CIsrBusy: RegField<Srt, Reg = Self::SI2CIsr, URegField = Self::UI2CIsrBusy, SRegField = Self::SI2CIsrBusy, CRegField = Self::CI2CIsrBusy> + SRoRwRegFieldBitBand

type CI2CIsrBusy: RegField<Crt, Reg = Self::CI2CIsr, URegField = Self::UI2CIsrBusy, SRegField = Self::SI2CIsrBusy, CRegField = Self::CI2CIsrBusy> + CRoRwRegFieldBitBand

Loading content...

Implementors

impl I2CIsrBusy<I2C1> for I2C1[src]

type UI2CIsrBusy = Busy<Urt>

type SI2CIsrBusy = Busy<Srt>

type CI2CIsrBusy = Busy<Crt>

impl I2CIsrBusy<I2C2> for I2C2[src]

type UI2CIsrBusy = Busy<Urt>

type SI2CIsrBusy = Busy<Srt>

type CI2CIsrBusy = Busy<Crt>

impl I2CIsrBusy<I2C3> for I2C3[src]

type UI2CIsrBusy = Busy<Urt>

type SI2CIsrBusy = Busy<Srt>

type CI2CIsrBusy = Busy<Crt>

impl I2CIsrBusy<I2C4> for I2C4[src]

type UI2CIsrBusy = Busy<Urt>

type SI2CIsrBusy = Busy<Srt>

type CI2CIsrBusy = Busy<Crt>

Loading content...