![]() |
SuperTinyKernel™ RTOS 1.05.3
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
Stack memory type definition. More...
#include <stk_common.h>
Public Types | |
| enum | { SIZE = _StackSize } |
| typedef Word | Type[_StackSize] |
| Stack memory type. | |
Stack memory type definition.
Usage example:
Definition at line 167 of file stk_common.h.
| typedef Word stk::StackMemoryDef< _StackSize >::Type[_StackSize] |
Stack memory type.
Definition at line 174 of file stk_common.h.
| anonymous enum |