xLIST_ITEM::pxPrevious is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

xLIST_ITEM::pxPrevious field

Syntax

struct xLIST_ITEM * configLIST_VOLATILE pxPrevious;

References

LocationReferrerText
list.h:145
struct xLIST_ITEM * configLIST_VOLATILE pxPrevious; /*< Pointer to the previous ListItem_t in the list. */
list.c:88vListInsertEnd()
pxNewListItem->pxPrevious = pxIndex->pxPrevious;
list.c:93vListInsertEnd()
pxIndex->pxPrevious->pxNext = pxNewListItem;
list.c:94vListInsertEnd()
pxIndex->pxPrevious = pxNewListItem;
list.c:158vListInsert()
list.c:159vListInsert()
pxNewListItem->pxPrevious = pxIterator;
list.c:176uxListRemove()
pxItemToRemove->pxNext->pxPrevious = pxItemToRemove->pxPrevious;
list.c:177uxListRemove()
list.c:185uxListRemove()
pxList->pxIndex = pxItemToRemove->pxPrevious;

Data Use

Functions writing xLIST_ITEM::pxPrevious
Functions reading xLIST_ITEM::pxPrevious
xLIST_ITEM::pxPrevious
all items filtered out
Type of xLIST_ITEM::pxPrevious
xLIST_ITEM::pxPrevious
all items filtered out