Lines Matching refs:EventGroup_t
60 } EventGroup_t; typedef
82 EventGroup_t * pxEventBits; in xEventGroupCreateStatic()
95 configASSERT( xSize == sizeof( EventGroup_t ) ); in xEventGroupCreateStatic()
103 pxEventBits = ( EventGroup_t * ) pxEventGroupBuffer; in xEventGroupCreateStatic()
141 EventGroup_t * pxEventBits; in xEventGroupCreate()
148 pxEventBits = ( EventGroup_t * ) pvPortMalloc( sizeof( EventGroup_t ) ); in xEventGroupCreate()
185 EventGroup_t * pxEventBits = xEventGroup; in xEventGroupSync()
312 EventGroup_t * pxEventBits = xEventGroup; in xEventGroupWaitBits()
469 EventGroup_t * pxEventBits = xEventGroup; in xEventGroupClearBits()
521 EventGroup_t const * const pxEventBits = xEventGroup; in xEventGroupGetBitsFromISR()
546 EventGroup_t * pxEventBits = xEventGroup; in xEventGroupSetBits()
640 EventGroup_t * pxEventBits = xEventGroup; in vEventGroupDelete()
693 EventGroup_t * pxEventBits = xEventGroup; in xEventGroupGetStaticBuffer()
833 EventGroup_t const * pxEventBits = ( EventGroup_t * ) xEventGroup; in uxEventGroupGetNumber()
864 ( ( EventGroup_t * ) xEventGroup )->uxEventGroupNumber = uxEventGroupNumber; in vEventGroupSetNumber()