FreeRTOS C-Addons  1.1.0
C-Addon functionality to FreeRTOS
Data Fields
Stack_t_ Struct Reference

#include <stack_simple.h>

Collaboration diagram for Stack_t_:
Collaboration graph
[legend]

Data Fields

int Count
 
SlNode_t Head
 

Detailed Description

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

Definition at line 50 of file stack_simple.h.

Field Documentation

◆ Count

int Count

How many items are in the stack.

Definition at line 55 of file stack_simple.h.

◆ Head

SlNode_t Head

The head of the stack.

Definition at line 60 of file stack_simple.h.


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