![]() |
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). | |
| EAccessMode | access_mode |
| Hardware access mode of the owning task (see EAccessMode). | |
Stack descriptor.
Definition at line 280 of file stk_common.h.
| EAccessMode stk::Stack::access_mode |
Hardware access mode of the owning task (see EAccessMode).
Definition at line 283 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 282 of file stk_common.h.