Struct stm32ral::stm32g0::peripherals::i2c_v2::ResetValues[][src]

pub struct ResetValues {
    pub I2C_CR1: u32,
    pub I2C_CR2: u32,
    pub I2C_OAR1: u32,
    pub I2C_OAR2: u32,
    pub I2C_TIMINGR: u32,
    pub I2C_TIMEOUTR: u32,
    pub I2C_ISR: u32,
    pub I2C_ICR: u32,
    pub I2C_PECR: u32,
    pub I2C_RXDR: u32,
    pub I2C_TXDR: u32,
}

Fields

I2C_CR1: u32I2C_CR2: u32I2C_OAR1: u32I2C_OAR2: u32I2C_TIMINGR: u32I2C_TIMEOUTR: u32I2C_ISR: u32I2C_ICR: u32I2C_PECR: u32I2C_RXDR: u32I2C_TXDR: u32

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.