![]() |
SuperTinyKernel™ RTOS 1.05.3
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 |
| access mode | |
Stack descriptor.
Definition at line 180 of file stk_common.h.
| EAccessMode stk::Stack::mode |
access mode
Definition at line 183 of file stk_common.h.
Referenced by stk::Kernel< TMode, TSize, TStrategy, TPlatform >::InitTraps(), stk::test::TEST(), and stk::test::TEST().
| Word stk::Stack::SP |
Stack Pointer (SP) register (note: must be the first entry in this struct).
Definition at line 182 of file stk_common.h.
Referenced by stk::test::PlatformTestMock::InitStack(), stk::test::EDFDynamicSchedulingContext::Process(), stk::test::PrioritySleepRelaxCpuContext::Process(), stk::test::SleepAllAndWakeRelaxCpuContext::Process(), stk::test::SleepRelaxCpuContext::Process(), stk::test::SwitchToNextRelaxCpuContext::Process(), stk::test::TEST(), stk::test::TEST(), stk::test::TEST(), stk::test::TEST(), stk::test::TEST(), stk::test::TEST(), stk::test::TEST(), stk::test::TEST(), stk::test::TEST(), stk::test::TEST(), stk::test::TEST(), stk::test::TestHrtTaskExitDuringSleepState(), and stk::test::TestTaskSleep().