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

#include <slist.h>

Public Attributes

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.

Member Data Documentation

◆ Next

struct SlNode_t_* SlNode_t_::Next

A pointer to ourselves.


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