![]() |
SuperTinyKernel™ RTOS 1.08.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
ARMv7-M/ARMv8-M hardware exception frame (8 words, highest address on the stack). More...
#include <stk_arch_arm-cortex-m.h>
Public Attributes | |
| Word | R0 |
| Word | R1 |
| Word | R2 |
| Word | R3 |
| Word | R12 |
| Word | LR |
| Word | PC |
| Word | xPSR |
ARMv7-M/ARMv8-M hardware exception frame (8 words, highest address on the stack).
Definition at line 226 of file stk_arch_arm-cortex-m.h.
| Word stk::hw::ExceptionFrame::LR |
Definition at line 233 of file stk_arch_arm-cortex-m.h.
| Word stk::hw::ExceptionFrame::PC |
Definition at line 234 of file stk_arch_arm-cortex-m.h.
| Word stk::hw::ExceptionFrame::R0 |
Definition at line 228 of file stk_arch_arm-cortex-m.h.
| Word stk::hw::ExceptionFrame::R1 |
Definition at line 229 of file stk_arch_arm-cortex-m.h.
| Word stk::hw::ExceptionFrame::R12 |
Definition at line 232 of file stk_arch_arm-cortex-m.h.
| Word stk::hw::ExceptionFrame::R2 |
Definition at line 230 of file stk_arch_arm-cortex-m.h.
| Word stk::hw::ExceptionFrame::R3 |
Definition at line 231 of file stk_arch_arm-cortex-m.h.
| Word stk::hw::ExceptionFrame::xPSR |
Definition at line 235 of file stk_arch_arm-cortex-m.h.