FreeRTOS Addons
|
#include <slist.h>
Public Attributes | |
struct SlNode_t_ * | Next |
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.
struct SlNode_t_* SlNode_t_::Next |
A pointer to ourselves.