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::hw::ExceptionFrame Struct Reference

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

Detailed Description

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.

Member Data Documentation

◆ LR

Word stk::hw::ExceptionFrame::LR

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

◆ PC

Word stk::hw::ExceptionFrame::PC

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

◆ R0

Word stk::hw::ExceptionFrame::R0

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

◆ R1

Word stk::hw::ExceptionFrame::R1

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

◆ R12

Word stk::hw::ExceptionFrame::R12

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

◆ R2

Word stk::hw::ExceptionFrame::R2

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

◆ R3

Word stk::hw::ExceptionFrame::R3

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

◆ xPSR

Word stk::hw::ExceptionFrame::xPSR

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


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