Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/include/freertos/
Dlist.h111 #define listSET_FIRST_LIST_ITEM_INTEGRITY_CHECK_VALUE( pxItem ) argument
112 #define listSET_SECOND_LIST_ITEM_INTEGRITY_CHECK_VALUE( pxItem ) argument
115 #define listTEST_LIST_ITEM_INTEGRITY( pxItem ) argument
/hal_espressif-3.6.0/components/freertos/
Dlist.c73 void vListInitialiseItem( ListItem_t * const pxItem ) in vListInitialiseItem()