[][src]Trait drone_stm32_map_periph_i2c::RccCciprI2Csel

pub trait RccCciprI2Csel: RccCcipr {
    type URccCciprI2Csel: RegField<Urt, Reg = Self::URccCcipr, URegField = Self::URccCciprI2Csel, SRegField = Self::SRccCciprI2Csel, CRegField = Self::CRccCciprI2Csel> + URwRwRegFieldBits;
    type SRccCciprI2Csel: RegField<Srt, Reg = Self::SRccCcipr, URegField = Self::URccCciprI2Csel, SRegField = Self::SRccCciprI2Csel, CRegField = Self::CRccCciprI2Csel> + SRwRwRegFieldBits;
    type CRccCciprI2Csel: RegField<Crt, Reg = Self::CRccCcipr, URegField = Self::URccCciprI2Csel, SRegField = Self::SRccCciprI2Csel, CRegField = Self::CRccCciprI2Csel> + CRwRwRegFieldBits;
}

Associated Types

type URccCciprI2Csel: RegField<Urt, Reg = Self::URccCcipr, URegField = Self::URccCciprI2Csel, SRegField = Self::SRccCciprI2Csel, CRegField = Self::CRccCciprI2Csel> + URwRwRegFieldBits

type SRccCciprI2Csel: RegField<Srt, Reg = Self::SRccCcipr, URegField = Self::URccCciprI2Csel, SRegField = Self::SRccCciprI2Csel, CRegField = Self::CRccCciprI2Csel> + SRwRwRegFieldBits

type CRccCciprI2Csel: RegField<Crt, Reg = Self::CRccCcipr, URegField = Self::URccCciprI2Csel, SRegField = Self::SRccCciprI2Csel, CRegField = Self::CRccCciprI2Csel> + CRwRwRegFieldBits

Loading content...

Implementors

impl RccCciprI2Csel for I2C1[src]

type URccCciprI2Csel = I2C1Sel<Urt>

type SRccCciprI2Csel = I2C1Sel<Srt>

type CRccCciprI2Csel = I2C1Sel<Crt>

impl RccCciprI2Csel for I2C2[src]

type URccCciprI2Csel = I2C2Sel<Urt>

type SRccCciprI2Csel = I2C2Sel<Srt>

type CRccCciprI2Csel = I2C2Sel<Crt>

impl RccCciprI2Csel for I2C3[src]

type URccCciprI2Csel = I2C3Sel<Urt>

type SRccCciprI2Csel = I2C3Sel<Srt>

type CRccCciprI2Csel = I2C3Sel<Crt>

impl RccCciprI2Csel for I2C4[src]

type URccCciprI2Csel = I2C4Sel<Urt>

type SRccCciprI2Csel = I2C4Sel<Srt>

type CRccCciprI2Csel = I2C4Sel<Crt>

Loading content...