The MPU_TYPE register is always available, even if the MPU is not implemented.
More...
The MPU_TYPE register is always available, even if the MPU is not implemented.
In that case, the DREGION field will read as 0.
◆ MPU_TYPE_DREGION
Number of protected data regions.
Definition at line 66 of file mpu.h.
◆ MPU_TYPE_DREGION_LSB
#define MPU_TYPE_DREGION_LSB 8 |
Definition at line 65 of file mpu.h.
◆ MPU_TYPE_IREGION
Number of protected instruction regions; always 0 on v6m/v7m.
Definition at line 64 of file mpu.h.
◆ MPU_TYPE_IREGION_LSB
#define MPU_TYPE_IREGION_LSB 16 |
Definition at line 63 of file mpu.h.
◆ MPU_TYPE_SEPARATE
#define MPU_TYPE_SEPARATE (1<<0) |
Indicates if instruction regions are separate from data regions; always 0 on v6m/v7m.
Definition at line 67 of file mpu.h.