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

#include <slist.h>

Collaboration diagram for SlNode_t_:
Collaboration graph
[legend]

Data Fields

struct SlNode_t_Next
 

Detailed Description

The singly linked list structure.

This is designed to be embedded within your data structure(s).

These lists offer the smallest storage overhead (one pointer per item), but many operations may take O(n) time.

Definition at line 53 of file slist.h.

Field Documentation

◆ Next

struct SlNode_t_* Next

A pointer to ourselves.

Definition at line 58 of file slist.h.


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