libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Defines for the Region Base Address Register. More...
Macros | |
#define | MPU_RBAR_ADDR 0xFFFFFFE0 |
minimum size supported is by writing all ones to ADDR, then reading back More... | |
#define | MPU_RBAR_VALID (1<<4) |
Use REGION to determine region to be accessed instead of MPU_RNR. More... | |
#define | MPU_RBAR_REGION_LSB 0 |
#define | MPU_RBAR_REGION (0xF << MPU_RBAR_REGION_LSB) |
Region to change if MPU_RBAR_VALID is set. More... | |
Defines for the Region Base Address Register.
#define MPU_RBAR_ADDR 0xFFFFFFE0 |
#define MPU_RBAR_REGION (0xF << MPU_RBAR_REGION_LSB) |