Lines Matching refs:configLIST_VOLATILE
93 #ifndef configLIST_VOLATILE
94 #define configLIST_VOLATILE macro
147 …configLIST_VOLATILE TickType_t xItemValue; /**< The value being listed. In most cases th…
148 …struct xLIST_ITEM * configLIST_VOLATILE pxNext; /**< Pointer to the next ListItem_t in the lis…
149 …struct xLIST_ITEM * configLIST_VOLATILE pxPrevious; /**< Pointer to the previous ListItem_t in the…
151 …struct xLIST * configLIST_VOLATILE pxContainer; /**< Pointer to the list in which this list it…
160 configLIST_VOLATILE TickType_t xItemValue;
161 struct xLIST_ITEM * configLIST_VOLATILE pxNext;
162 struct xLIST_ITEM * configLIST_VOLATILE pxPrevious;
175 configLIST_VOLATILE UBaseType_t uxNumberOfItems;
176 …ListItem_t * configLIST_VOLATILE pxIndex; /**< Used to walk through the list. Points to the last …