Searched refs:xLIST_ITEM (Results 1 – 2 of 2) sorted by relevance
144 struct xLIST_ITEM struct148 …struct xLIST_ITEM * configLIST_VOLATILE pxNext; /**< Pointer to the next ListItem_t in the lis… argument149 …struct xLIST_ITEM * configLIST_VOLATILE pxPrevious; /**< Pointer to the previous ListItem_t in the… argument154 typedef struct xLIST_ITEM ListItem_t; /* For some reason lint wants this as two s… argument161 struct xLIST_ITEM * configLIST_VOLATILE pxNext;162 struct xLIST_ITEM * configLIST_VOLATILE pxPrevious;166 typedef struct xLIST_ITEM MiniListItem_t;
229 are both typedefs of the same struct xLIST_ITEM. This addresses some issues