![]() |
SuperTinyKernel™ RTOS 1.08.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
Register snapshot for an individual hardware MPU region slot. More...
#include <stk_arch_arm-cortex-m.h>
Public Attributes | |
| Word | RNR |
| Region Number Register (RNR). | |
| Word | RBAR |
| Region Base Address Register (RBAR). | |
| Word | ATTR |
| Region Attribute and Size Register (RASR / RLAR / MPU_RLAR). | |
Register snapshot for an individual hardware MPU region slot.
Definition at line 443 of file stk_arch_arm-cortex-m.h.
| Word stk::FaultContext::Mpu::Region::ATTR |
Region Attribute and Size Register (RASR / RLAR / MPU_RLAR).
Definition at line 447 of file stk_arch_arm-cortex-m.h.
| Word stk::FaultContext::Mpu::Region::RBAR |
Region Base Address Register (RBAR).
Definition at line 446 of file stk_arch_arm-cortex-m.h.
| Word stk::FaultContext::Mpu::Region::RNR |
Region Number Register (RNR).
Definition at line 445 of file stk_arch_arm-cortex-m.h.