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

pub struct ResetValues {
    pub IDC: u32,
    pub CR: u32,
    pub APB3FZ1: u32,
    pub APB1LFZ1: u32,
    pub APB2FZ1: u32,
    pub APB4FZ1: u32,
}

Fields

IDC: u32CR: u32APB3FZ1: u32APB1LFZ1: u32APB2FZ1: u32APB4FZ1: 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.