libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
MPU RNR register fields

Defines for the Region Number Register. More...

Collaboration diagram for MPU RNR register fields:

Macros

#define MPU_RNR_REGION_LSB   0
 
#define MPU_RNR_REGION   (0xFF << MPU_RNR_REGION_LSB)
 Determines the region affected by RBAR and RASR. More...
 

Detailed Description

Defines for the Region Number Register.

Macro Definition Documentation

◆ MPU_RNR_REGION

#define MPU_RNR_REGION   (0xFF << MPU_RNR_REGION_LSB)

Determines the region affected by RBAR and RASR.

Definition at line 84 of file mpu.h.

◆ MPU_RNR_REGION_LSB

#define MPU_RNR_REGION_LSB   0

Definition at line 83 of file mpu.h.