Microchip® Advanced Software Framework

xLIST_ITEM Struct Reference

#include <list.h>

Data Fields

voidpvContainer
 
voidpvOwner
 
struct xLIST_ITEMpxNext
 
struct xLIST_ITEMpxPrevious
 
portTickType xItemValue
 

void* xLIST_ITEM::pvOwner
struct xLIST_ITEM* xLIST_ITEM::pxNext
struct xLIST_ITEM* xLIST_ITEM::pxPrevious
portTickType xLIST_ITEM::xItemValue

Referenced by vListInsert().