Module mpu_v8m

Source
Expand description

Cortex-M Memory Protection Unit (MPU)

Implementation of the memory protection unit for the Cortex-M33.

Structsยง

CortexMConfig
Per-process struct storing MPU configuration for cortex-m MPUs.
CortexMRegion
Struct storing configuration for a Cortex-M MPU region.
MPU
State related to the real physical MPU.
MpuRegisters
MPU Registers for the Armv8-M architecture