mpu_user_config_t Struct Reference

MPU user region configuration structure. This structure is used when calling the MPU_DRV_Init function. Implements : mpu_user_config_t_Class. More...

#include <platform/drivers/inc/mpu_driver.h>

Data Fields

uint32_t startAddr
 
uint32_t endAddr
 
const mpu_master_access_right_tmasterAccRight
 
uint8_t processIdentifier
 
uint8_t processIdMask
 

Detailed Description

MPU user region configuration structure. This structure is used when calling the MPU_DRV_Init function. Implements : mpu_user_config_t_Class.

Definition at line 190 of file mpu_driver.h.

Field Documentation

uint32_t endAddr

Memory region end address

Definition at line 193 of file mpu_driver.h.

const mpu_master_access_right_t* masterAccRight

Access permission for masters

Definition at line 194 of file mpu_driver.h.

uint8_t processIdentifier

Process identifier

Definition at line 196 of file mpu_driver.h.

uint8_t processIdMask

Process identifier mask. The setting bit will ignore the same bit in process identifier

Definition at line 197 of file mpu_driver.h.

uint32_t startAddr

Memory region start address

Definition at line 192 of file mpu_driver.h.


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