Struct stm32ral::stm32wb::stm32wb55::mpu::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub MPU_TYPER: RORegister<u32>, pub MPU_CTRL: RORegister<u32>, pub MPU_RNR: RWRegister<u32>, pub MPU_RBAR: RWRegister<u32>, pub MPU_RASR: RWRegister<u32>, }

Fields

MPU_TYPER: RORegister<u32>

MPU type register

MPU_CTRL: RORegister<u32>

MPU control register

MPU_RNR: RWRegister<u32>

MPU region number register

MPU_RBAR: RWRegister<u32>

MPU region base address register

MPU_RASR: RWRegister<u32>

MPU region attribute and size register

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.