#include <list.h>
Data Fields | |
void * | pvContainer |
void *configLIST_VOLATILE | pvContainer |
void * | pvOwner |
struct xLIST_ITEM * | pxNext |
struct xLIST_ITEM *configLIST_VOLATILE | pxNext |
struct xLIST_ITEM * | pxPrevious |
struct xLIST_ITEM *configLIST_VOLATILE | pxPrevious |
portTickType | xItemValue |
configLIST_VOLATILE portTickType | xItemValue |
configLIST_VOLATILE TickType_t | xItemValue |
listFIRST_LIST_ITEM_INTEGRITY_CHECK_VALUE configLIST_VOLATILE TickType_t | xItemValue |
void* xLIST_ITEM::pvContainer |
void *configLIST_VOLATILE xLIST_ITEM::pvContainer |
Referenced by prvCheckDelayedList(), uxListRemove(), vListInitialiseItem(), vListInsert(), and vListInsertEnd().
void * xLIST_ITEM::pvOwner |
struct xLIST_ITEM* xLIST_ITEM::pxNext |
struct xLIST_ITEM *configLIST_VOLATILE xLIST_ITEM::pxNext |
Referenced by uxListRemove(), vListInsert(), and vListInsertEnd().
struct xLIST_ITEM* xLIST_ITEM::pxPrevious |
struct xLIST_ITEM *configLIST_VOLATILE xLIST_ITEM::pxPrevious |
Referenced by uxListRemove(), vListInsert(), and vListInsertEnd().
portTickType xLIST_ITEM::xItemValue |
listFIRST_LIST_ITEM_INTEGRITY_CHECK_VALUE configLIST_VOLATILE TickType_t xLIST_ITEM::xItemValue |
Referenced by vListInsert().
configLIST_VOLATILE TickType_t xLIST_ITEM::xItemValue |
listFIRST_LIST_ITEM_INTEGRITY_CHECK_VALUE configLIST_VOLATILE TickType_t xLIST_ITEM::xItemValue |