Defines for the Region Base Address Register.
More...
Defines for the Region Base Address Register.
◆ MPU_RBAR_ADDR
#define MPU_RBAR_ADDR 0xFFFFFFE0 |
minimum size supported is by writing all ones to ADDR, then reading back
Definition at line 92 of file mpu.h.
◆ MPU_RBAR_REGION
Region to change if MPU_RBAR_VALID is set.
Definition at line 95 of file mpu.h.
◆ MPU_RBAR_REGION_LSB
#define MPU_RBAR_REGION_LSB 0 |
Definition at line 94 of file mpu.h.
◆ MPU_RBAR_VALID
#define MPU_RBAR_VALID (1<<4) |
Use REGION to determine region to be accessed instead of MPU_RNR.
Definition at line 93 of file mpu.h.