FreeRTOS C-Addons
1.1.0
C-Addon functionality to FreeRTOS
|
#include <slist.h>
Data Fields | |
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.