Microchip® Advanced Software Framework

xLIST_ITEM Struct Reference

#include <list.h>

Data Fields

void * pvContainer
 
void *configLIST_VOLATILE pvContainer
 
void * pvOwner
 
struct xLIST_ITEMpxNext
 
struct xLIST_ITEM
*configLIST_VOLATILE 
pxNext
 
struct xLIST_ITEMpxPrevious
 
struct xLIST_ITEM
*configLIST_VOLATILE 
pxPrevious
 
portTickType xItemValue
 
listFIRST_LIST_ITEM_INTEGRITY_CHECK_VALUE
configLIST_VOLATILE TickType_t 
xItemValue
 

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

Referenced by vListInsert().