Searched refs:pxEventBits (Results 1 – 2 of 2) sorted by relevance
88 EventGroup_t * pxEventBits; in xEventGroupCreateStatic() local111 if( pxEventBits != NULL ) in xEventGroupCreateStatic()113 pxEventBits->uxEventBits = 0; in xEventGroupCreateStatic()137 return pxEventBits; in xEventGroupCreateStatic()147 EventGroup_t * pxEventBits; in xEventGroupCreate() local156 if( pxEventBits != NULL ) in xEventGroupCreate()179 return pxEventBits; in xEventGroupCreate()657 configASSERT( pxEventBits ); in vEventGroupDelete()679 vPortFree( pxEventBits ); in vEventGroupDelete()687 vPortFree( pxEventBits ); in vEventGroupDelete()[all …]
1062 #define traceRETURN_xEventGroupCreateStatic( pxEventBits ) argument1070 #define traceRETURN_xEventGroupCreate( pxEventBits ) argument
Completed in 15 milliseconds