Home
last modified time | relevance | path

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

/Kernel-v11.1.0/include/
Dlist.h144 struct xLIST_ITEM struct
148 …struct xLIST_ITEM * configLIST_VOLATILE pxNext; /**< Pointer to the next ListItem_t in the lis… argument
149 …struct xLIST_ITEM * configLIST_VOLATILE pxPrevious; /**< Pointer to the previous ListItem_t in the… argument
154 typedef struct xLIST_ITEM ListItem_t; argument
161 struct xLIST_ITEM * configLIST_VOLATILE pxNext;
162 struct xLIST_ITEM * configLIST_VOLATILE pxPrevious;
166 typedef struct xLIST_ITEM MiniListItem_t;
/Kernel-v11.1.0/
DHistory.txt398 are both typedefs of the same struct xLIST_ITEM. This addresses some issues