Struct stm32ral::stm32wl::peripherals::mpu::ResetValues[][src]

pub struct ResetValues {
    pub MPU_TYPER: u32,
    pub MPU_CTRL: u32,
    pub MPU_RNR: u32,
    pub MPU_RBAR: u32,
    pub MPU_RASR: u32,
}

Fields

MPU_TYPER: u32MPU_CTRL: u32MPU_RNR: u32MPU_RBAR: u32MPU_RASR: 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.