Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
ARM_MPU_Region_t Struct Reference
Struct for a single MPU Region. More...
#include <mpu_armv7.h>
Data Fields | |
uint32_t | RBAR |
The region base address register value (RBAR) | |
uint32_t | RASR |
The region attribute and size register value (RASR) MPU_RASR. | |
uint32_t | RLAR |
Detailed Description
Struct for a single MPU Region.
Definition at line 107 of file mpu_armv7.h.
Field Documentation
uint32_t RASR |
The region attribute and size register value (RASR) MPU_RASR.
Definition at line 109 of file mpu_armv7.h.
uint32_t RBAR |
The region base address register value (RBAR)
Region Base Address Register value
Definition at line 108 of file mpu_armv7.h.
uint32_t RLAR |
Region Limit Address Register value
Definition at line 109 of file mpu_armv8.h.
Generated on Tue Jul 12 2022 16:47:31 by
