Home
last modified time | relevance | path

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

/Kernel-v11.1.0/include/
Dlist.h188 #define listSET_LIST_ITEM_OWNER( pxListItem, pxOwner ) ( ( pxListItem )->pvOwner = ( void * ) ( … argument
197 #define listGET_LIST_ITEM_OWNER( pxListItem ) ( ( pxListItem )->pvOwner ) argument
206 #define listSET_LIST_ITEM_VALUE( pxListItem, xValue ) ( ( pxListItem )->xItemValue = ( xValue )… argument
216 #define listGET_LIST_ITEM_VALUE( pxListItem ) ( ( pxListItem )->xItemValue ) argument
241 #define listGET_NEXT( pxListItem ) ( ( pxListItem )->pxNext ) argument
414 #define listIS_CONTAINED_WITHIN( pxList, pxListItem ) ( ( ( pxListItem )->pxContainer == ( pxLis… argument
422 #define listLIST_ITEM_CONTAINER( pxListItem ) ( ( pxListItem )->pxContainer ) argument
/Kernel-v11.1.0/
Devent_groups.c550 ListItem_t * pxListItem; in xEventGroupSetBits() local