[][src]Trait drone_stm32_map_periph_i2c::I2CIcrStopcf

pub trait I2CIcrStopcf<T: I2CMap>: I2CIcr<T> {
    type UI2CIcrStopcf: RegField<Urt, Reg = Self::UI2CIcr, URegField = Self::UI2CIcrStopcf, SRegField = Self::SI2CIcrStopcf, CRegField = Self::CI2CIcrStopcf> + UWoWoRegFieldBitBand;
    type SI2CIcrStopcf: RegField<Srt, Reg = Self::SI2CIcr, URegField = Self::UI2CIcrStopcf, SRegField = Self::SI2CIcrStopcf, CRegField = Self::CI2CIcrStopcf> + SWoWoRegFieldBitBand;
    type CI2CIcrStopcf: RegField<Crt, Reg = Self::CI2CIcr, URegField = Self::UI2CIcrStopcf, SRegField = Self::SI2CIcrStopcf, CRegField = Self::CI2CIcrStopcf> + CWoWoRegFieldBitBand;
}

Associated Types

type UI2CIcrStopcf: RegField<Urt, Reg = Self::UI2CIcr, URegField = Self::UI2CIcrStopcf, SRegField = Self::SI2CIcrStopcf, CRegField = Self::CI2CIcrStopcf> + UWoWoRegFieldBitBand

type SI2CIcrStopcf: RegField<Srt, Reg = Self::SI2CIcr, URegField = Self::UI2CIcrStopcf, SRegField = Self::SI2CIcrStopcf, CRegField = Self::CI2CIcrStopcf> + SWoWoRegFieldBitBand

type CI2CIcrStopcf: RegField<Crt, Reg = Self::CI2CIcr, URegField = Self::UI2CIcrStopcf, SRegField = Self::SI2CIcrStopcf, CRegField = Self::CI2CIcrStopcf> + CWoWoRegFieldBitBand

Loading content...

Implementors

impl I2CIcrStopcf<I2C1> for I2C1[src]

type UI2CIcrStopcf = Stopcf<Urt>

type SI2CIcrStopcf = Stopcf<Srt>

type CI2CIcrStopcf = Stopcf<Crt>

impl I2CIcrStopcf<I2C2> for I2C2[src]

type UI2CIcrStopcf = Stopcf<Urt>

type SI2CIcrStopcf = Stopcf<Srt>

type CI2CIcrStopcf = Stopcf<Crt>

impl I2CIcrStopcf<I2C3> for I2C3[src]

type UI2CIcrStopcf = Stopcf<Urt>

type SI2CIcrStopcf = Stopcf<Srt>

type CI2CIcrStopcf = Stopcf<Crt>

impl I2CIcrStopcf<I2C4> for I2C4[src]

type UI2CIcrStopcf = Stopcf<Urt>

type SI2CIcrStopcf = Stopcf<Srt>

type CI2CIcrStopcf = Stopcf<Crt>

Loading content...