MPLABĀ® Harmony Graphics Suite
GFX v3.13.0
Legato API Documentation
|
This struct represents a list. More...
#include <C:/microchip/harmony3/gfx/middleware/legato/library/src/gfx/legato/datastructure/legato_list.h>
Data Fields | |
leListNode * | head |
leListNode * | tail |
size_t | size |
This struct represents a list.
List is used use to hold a size limit of list nodes.
leListNode* head |
The head list node.
size_t size |
The size of the list.
leListNode* tail |
The tail list node.