Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/osal/include/esp_osal/
Dlist.h180 #define listSET_LIST_ITEM_OWNER( pxListItem, pxOwner ) ( ( pxListItem )->pvOwner = ( void * ) ( px… argument
189 #define listGET_LIST_ITEM_OWNER( pxListItem ) ( ( pxListItem )->pvOwner ) argument
198 #define listSET_LIST_ITEM_VALUE( pxListItem, xValue ) ( ( pxListItem )->xItemValue = ( xValue ) ) argument
208 #define listGET_LIST_ITEM_VALUE( pxListItem ) ( ( pxListItem )->xItemValue ) argument
233 #define listGET_NEXT( pxListItem ) ( ( pxListItem )->pxNext ) argument
318 #define listIS_CONTAINED_WITHIN( pxList, pxListItem ) ( ( ( pxListItem )->pxContainer == ( pxList )… argument
326 #define listLIST_ITEM_CONTAINER( pxListItem ) ( ( pxListItem )->pxContainer ) argument