Expand description
Read the MPU Type Register to determine if the processor implements an MPU, and how many regions the MPU supports.
Structs§
- MPU_
TYPE_ SPEC - Read the MPU Type Register to determine if the processor implements an MPU, and how many regions the MPU supports.
Type Aliases§
- DREGION_
R - Field
DREGION
reader - Number of regions supported by the MPU. - IREGION_
R - Field
IREGION
reader - Instruction region. Reads as zero as ARMv6-M only supports a unified MPU. - R
- Register
MPU_TYPE
reader - SEPARATE_
R - Field
SEPARATE
reader - Indicates support for separate instruction and data address maps. Reads as 0 as ARMv6-M only supports a unified MPU.