Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/include/freertos/
Dlist.h141 struct xLIST_ITEM struct
145 …struct xLIST_ITEM * configLIST_VOLATILE pxNext; /*< Pointer to the next ListItem_t in the … argument
146 …struct xLIST_ITEM * configLIST_VOLATILE pxPrevious; /*< Pointer to the previous ListItem_t in … argument
151 typedef struct xLIST_ITEM ListItem_t; /* For some reason lint wants this as t… argument