Microchip® Advanced Software Framework

xMINI_LIST_ITEM Struct Reference

#include <list.h>

Data Fields

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
 

struct xLIST_ITEM* xMINI_LIST_ITEM::pxNext
struct xLIST_ITEM *configLIST_VOLATILE xMINI_LIST_ITEM::pxNext
struct xLIST_ITEM* xMINI_LIST_ITEM::pxPrevious
struct xLIST_ITEM *configLIST_VOLATILE xMINI_LIST_ITEM::pxPrevious

Referenced by vListInitialise(), and vListInsert().

portTickType xMINI_LIST_ITEM::xItemValue
listFIRST_LIST_ITEM_INTEGRITY_CHECK_VALUE configLIST_VOLATILE TickType_t xMINI_LIST_ITEM::xItemValue

Referenced by vListInitialise().