Home
last modified time | relevance | path

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

/Kernel-v11.1.0/include/
Dlist.h93 #ifndef configLIST_VOLATILE
94 #define configLIST_VOLATILE macro
147configLIST_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;
[all …]