RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Data Fields
AArch32_PMSA_Region Struct Reference

The region definition is used to configure the Memory Protection Unit (MPU). More...

#include <aarch32-pmsa.h>

Data Fields

uint32_t base
 This member defines the base address of the region.
 
uint32_t limit
 This member defines the limit address of the region.
 
uint32_t attributes
 This member defines the attributes of the region.
 

Detailed Description

The region definition is used to configure the Memory Protection Unit (MPU).

A region cannot be empty.

Field Documentation

◆ base

uint32_t AArch32_PMSA_Region::base

This member defines the base address of the region.

The limit address is this the address of the first byte of the region.

◆ limit

uint32_t AArch32_PMSA_Region::limit

This member defines the limit address of the region.

The limit address is this the address of the last byte of the region.


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