Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freertos/include/freertos/
Dlist.h181 #define listSET_LIST_ITEM_OWNER( pxListItem, pxOwner ) ( ( pxListItem )->pvOwner = ( void * ) ( … argument
190 #define listGET_LIST_ITEM_OWNER( pxListItem ) ( ( pxListItem )->pvOwner ) argument
199 #define listSET_LIST_ITEM_VALUE( pxListItem, xValue ) ( ( pxListItem )->xItemValue = ( xValue )… argument
209 #define listGET_LIST_ITEM_VALUE( pxListItem ) ( ( pxListItem )->xItemValue ) argument
234 #define listGET_NEXT( pxListItem ) ( ( pxListItem )->pxNext ) argument
319 #define listIS_CONTAINED_WITHIN( pxList, pxListItem ) ( ( ( pxListItem )->pxContainer == ( pxLis… argument
327 #define listLIST_ITEM_CONTAINER( pxListItem ) ( ( pxListItem )->pxContainer ) argument
/hal_espressif-3.4.0/components/freertos/esp_additions/
Dtask_snapshot.c102 ListItem_t *pxListItem = listGET_HEAD_ENTRY( pxList ); in prvFirstTaskGet() local
112 ListItem_t *pxListItem = listGET_NEXT( pxTCBGetStateListItem(pxTCB) ); in prvNextTaskGet() local
/hal_espressif-3.4.0/components/freertos/
Devent_groups.c587 ListItem_t * pxListItem, * pxNext; in xEventGroupSetBits() local