FreeRTOS C-Addons
1.1.0
C-Addon functionality to FreeRTOS
|
#include <stack_simple.h>
Data Fields | |
int | Count |
SlNode_t | Head |
The stack structure, we leverage low overhead singly linked lists here.
Definition at line 50 of file stack_simple.h.
int Count |
How many items are in the stack.
Definition at line 55 of file stack_simple.h.
SlNode_t Head |
The head of the stack.
Definition at line 60 of file stack_simple.h.