SuperTinyKernel™ RTOS 1.06.0
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
Loading...
Searching...
No Matches
stk::Stack Class Reference

Stack descriptor. More...

#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).

Detailed Description

Stack descriptor.

Definition at line 218 of file stk_common.h.

Member Data Documentation

◆ mode

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().

◆ SP

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.


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