Searched refs:EventGroup_t (Results 1 – 2 of 2) sorted by relevance
60 } EventGroup_t; typedef82 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()[all …]
89 - The conversion from a pointer to void into a pointer to EventGroup_t is90 safe because it is a pointer to EventGroup_t, which is returned to the100 - The conversion from a pointer to void into a pointer to EventGroup_t is101 safe because it is a pointer to EventGroup_t, which is passed as a