Struct stm32ral::stm32h7::peripherals::pwr_v2::ResetValues[][src]

pub struct ResetValues {
    pub CR1: u32,
    pub CSR1: u32,
    pub CR2: u32,
    pub CR3: u32,
    pub CPUCR: u32,
    pub D3CR: u32,
    pub WKUPCR: u32,
    pub WKUPFR: u32,
    pub WKUPEPR: u32,
}

Fields

CR1: u32CSR1: u32CR2: u32CR3: u32CPUCR: u32D3CR: u32WKUPCR: u32WKUPFR: u32WKUPEPR: 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.