|
FreeRTOS Addons
|
#include <stack_simple.h>
Public Attributes | |
| int | Count |
| SlNode_t | Head |
The stack structure, we leverage low overhead singly linked lists here.
| int Stack_t_::Count |
How many items are in the stack.
| SlNode_t Stack_t_::Head |
The head of the stack.