MPLABĀ® Harmony Graphics Suite  GFX v3.13.0
Legato API Documentation
leListNode Struct Reference

This struct represents a list node . More...

#include <C:/microchip/harmony3/gfx/middleware/legato/library/src/gfx/legato/datastructure/legato_list.h>

Collaboration diagram for leListNode:

Data Fields

struct leListNodenext
 
void * val
 

Detailed Description

This struct represents a list node .

List node is used to hold a list of items.

Field Documentation

◆ next

struct leListNode* next

The next list node.

◆ val

void* val

The value at a node.


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