FreeRTOS Addons
Loading...
Searching...
No Matches
Public Attributes | List of all members
Stack_t_ Struct Reference

#include <stack_simple.h>

Public Attributes

int Count
 
SlNode_t Head
 

Detailed Description

The stack structure, we leverage low overhead singly linked lists here.

Member Data Documentation

◆ Count

int Stack_t_::Count

How many items are in the stack.

◆ Head

SlNode_t Stack_t_::Head

The head of the stack.


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