![]() |
SuperTinyKernel™ RTOS 1.06.0
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
#include <stk_common.h>
Public Attributes | |
| Word | SP |
| Stack Pointer (SP) register (note: must be the first entry in this struct). | |
| EAccessMode | mode |
| Hardware access mode of the owning task (see EAccessMode). | |
Stack descriptor.
Definition at line 218 of file stk_common.h.
| EAccessMode stk::Stack::mode |
Hardware access mode of the owning task (see EAccessMode).
Definition at line 221 of file stk_common.h.
Referenced by stk::Kernel< stk::KERNEL_DYNAMIC|stk::KERNEL_SYNC, 16U, stk::SwitchStrategyFP32, stk::PlatformDefault >::InitTraps().
| Word stk::Stack::SP |
Stack Pointer (SP) register (note: must be the first entry in this struct).
Definition at line 220 of file stk_common.h.