Module rp2040_pac::ppb::mpu_type

source ·
Expand description

Read the MPU Type Register to determine if the processor implements an MPU, and how many regions the MPU supports.

Structs§

  • Read the MPU Type Register to determine if the processor implements an MPU, and how many regions the MPU supports.

Type Aliases§

  • Field DREGION reader - Number of regions supported by the MPU.
  • Field IREGION reader - Instruction region. Reads as zero as ARMv6-M only supports a unified MPU.
  • Register MPU_TYPE reader
  • Field SEPARATE reader - Indicates support for separate instruction and data address maps. Reads as 0 as ARMv6-M only supports a unified MPU.