SuperTinyKernel™ RTOS 1.08.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
Loading...
Searching...
No Matches
stk::FaultContext::Mpu Struct Reference

Hardware Memory Protection Unit (MPU) status register snapshot. More...

#include <stk_arch_arm-cortex-m.h>

Collaboration diagram for stk::FaultContext::Mpu:

Classes

struct  Region
 Register snapshot for an individual hardware MPU region slot. More...

Public Attributes

Word CTRL
 MPU Control Register (MPU_CTRL).
Region regions [(8U)]
 Active hardware MPU region register state table.

Detailed Description

Hardware Memory Protection Unit (MPU) status register snapshot.

Definition at line 438 of file stk_arch_arm-cortex-m.h.

Member Data Documentation

◆ CTRL

Word stk::FaultContext::Mpu::CTRL

MPU Control Register (MPU_CTRL).

Definition at line 450 of file stk_arch_arm-cortex-m.h.

◆ regions

Region stk::FaultContext::Mpu::regions[(8U)]

Active hardware MPU region register state table.

Definition at line 455 of file stk_arch_arm-cortex-m.h.


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