Struct stm32ral::stm32mp::peripherals::crc::ResetValues[][src]

pub struct ResetValues {
    pub CRC_DR: u32,
    pub CRC_IDR: u32,
    pub CRC_CR: u32,
    pub CRC_INIT: u32,
    pub CRC_POL: u32,
}

Fields

CRC_DR: u32CRC_IDR: u32CRC_CR: u32CRC_INIT: u32CRC_POL: 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.