ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
mpu_region_t Struct Reference

One captured MPU data region (base/limit + permission/enable). More...

Data Fields

uint32_t base
 Inclusive region base (32-byte aligned).
uint32_t limit
 Inclusive region top.
bool ro
 AP encodes read-only (no privileged write).
bool en
 RLAR.EN set.

Detailed Description

One captured MPU data region (base/limit + permission/enable).

Definition at line 48 of file emu_mpu.c.

Field Documentation

◆ base

uint32_t mpu_region_t::base

Inclusive region base (32-byte aligned).

Definition at line 49 of file emu_mpu.c.

◆ en

bool mpu_region_t::en

RLAR.EN set.

Definition at line 52 of file emu_mpu.c.

◆ limit

uint32_t mpu_region_t::limit

Inclusive region top.

Definition at line 50 of file emu_mpu.c.

◆ ro

bool mpu_region_t::ro

AP encodes read-only (no privileged write).

Definition at line 51 of file emu_mpu.c.


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