Robert Lopez / CMSIS5
Embed: (wiki syntax)

« Back to documentation index

ARM_MPU_Region_t Struct Reference

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.