Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
 4.2.99
arm_mpu.h File Reference

Go to the source code of this file.

Data Structures

struct  arm_mpu_region
struct  arm_mpu_config

Macros

#define MPU_REGION_ENTRY(_name, _base, _attr)

Variables

const struct arm_mpu_config mpu_config

Macro Definition Documentation

◆ MPU_REGION_ENTRY

#define MPU_REGION_ENTRY ( _name,
_base,
_attr )
Value:
{ \
.name = _name, \
.base = _base, \
.attr = _attr, \
}

Variable Documentation

◆ mpu_config

const struct arm_mpu_config mpu_config
extern