Home
last modified time | relevance | path

Searched refs:configLIST_VOLATILE (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/freertos/include/freertos/
Dlist.h90 #ifndef configLIST_VOLATILE
91 #define configLIST_VOLATILE macro
144configLIST_VOLATILE TickType_t xItemValue; /*< The value being listed. In most cases…
145 …struct xLIST_ITEM * configLIST_VOLATILE pxNext; /*< Pointer to the next ListItem_t in the …
146 …struct xLIST_ITEM * configLIST_VOLATILE pxPrevious; /*< Pointer to the previous ListItem_t in …
148 …struct xLIST * configLIST_VOLATILE pxContainer; /*< Pointer to the list in which this list…
156 configLIST_VOLATILE TickType_t xItemValue;
157 struct xLIST_ITEM * configLIST_VOLATILE pxNext;
158 struct xLIST_ITEM * configLIST_VOLATILE pxPrevious;
169 …ListItem_t * configLIST_VOLATILE pxIndex; /*< Used to walk through the list. Points to the la…
/hal_espressif-3.6.0/components/freertos/
Dtasks.c4398 configLIST_VOLATILE TCB_t * pxNextTCB, * pxFirstTCB; in prvListTasksWithinSingleList()