![]() |
SuperTinyKernel™ RTOS 1.08.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
Hardware Memory Protection Unit (MPU) status register snapshot. More...
#include <stk_arch_arm-cortex-m.h>
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. | |
Hardware Memory Protection Unit (MPU) status register snapshot.
Definition at line 438 of file stk_arch_arm-cortex-m.h.
| Word stk::FaultContext::Mpu::CTRL |
MPU Control Register (MPU_CTRL).
Definition at line 450 of file stk_arch_arm-cortex-m.h.
| 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.