SuperTinyKernel™ RTOS 1.08.x
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
 Offset 0: Stack Pointer (SP) register (note: must always be at offset 0).
uint32_t access_mode
 Bitfield with hardware access mode of the task (see EAccessMode).
TId tid
 Task id (see STK_SEGGER_SYSVIEW, STK_MPU_STACK_GUARD).

Detailed Description

Stack descriptor.

Warning
Fields marked with 'Offset' have static position in the structure and can't move (driver dependent).

Definition at line 391 of file stk_common.h.

Member Data Documentation

◆ access_mode

uint32_t stk::Stack::access_mode

◆ SP

Word stk::Stack::SP

Offset 0: Stack Pointer (SP) register (note: must always be at offset 0).

Definition at line 393 of file stk_common.h.

◆ tid


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