Hilscher netX microcontroller driver  V0.0.5.0
Documentation of the netX driver package
ARM_MPU_Region_t Struct Reference

#include <mpu_armv7.h>

Collaboration diagram for ARM_MPU_Region_t:
Collaboration graph

Data Fields

uint32_t RBAR
 The region base address register value (RBAR) More...
 
uint32_t RASR
 The region attribute and size register value (RASR) MPU_RASR. More...
 

Detailed Description

Struct for a single MPU Region

Definition at line 107 of file mpu_armv7.h.

Field Documentation

uint32_t ARM_MPU_Region_t::RASR

The region attribute and size register value (RASR) MPU_RASR.

Definition at line 109 of file mpu_armv7.h.

uint32_t ARM_MPU_Region_t::RBAR

The region base address register value (RBAR)

Definition at line 108 of file mpu_armv7.h.


The documentation for this struct was generated from the following file: