![]() |
SuperTinyKernel™ RTOS 1.06.x
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). | |
| uint32_t | access_mode |
| Bitfield with hardware access mode of the task (see EAccessMode). | |
Stack descriptor.
Definition at line 301 of file stk_common.h.
| uint32_t stk::Stack::access_mode |
Bitfield with hardware access mode of the task (see EAccessMode).
Definition at line 304 of file stk_common.h.
| Word stk::Stack::SP |
Stack Pointer (SP) register (note: must be the first entry in this struct).
Definition at line 303 of file stk_common.h.