Lines Matching refs:EventGroup_t
66 } EventGroup_t; typedef
88 EventGroup_t * pxEventBits; in xEventGroupCreateStatic()
101 configASSERT( xSize == sizeof( EventGroup_t ) ); in xEventGroupCreateStatic()
109 pxEventBits = ( EventGroup_t * ) pxEventGroupBuffer; in xEventGroupCreateStatic()
147 EventGroup_t * pxEventBits; in xEventGroupCreate()
154 pxEventBits = ( EventGroup_t * ) pvPortMalloc( sizeof( EventGroup_t ) ); in xEventGroupCreate()
191 EventGroup_t * pxEventBits = xEventGroup; in xEventGroupSync()
318 EventGroup_t * pxEventBits = xEventGroup; in xEventGroupWaitBits()
475 EventGroup_t * pxEventBits = xEventGroup; in xEventGroupClearBits()
527 EventGroup_t const * const pxEventBits = xEventGroup; in xEventGroupGetBitsFromISR()
555 EventGroup_t * pxEventBits = xEventGroup; in xEventGroupSetBits()
649 EventGroup_t * pxEventBits = xEventGroup; in vEventGroupDelete()
702 EventGroup_t * pxEventBits = xEventGroup; in xEventGroupGetStaticBuffer()
842 EventGroup_t const * pxEventBits = ( EventGroup_t * ) xEventGroup; in uxEventGroupGetNumber()
873 ( ( EventGroup_t * ) xEventGroup )->uxEventGroupNumber = uxEventGroupNumber; in vEventGroupSetNumber()