Searched refs:EventGroup_t (Results 1 – 2 of 2) sorted by relevance
66 } EventGroup_t; typedef88 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()[all …]
97 - The conversion from a pointer to void into a pointer to EventGroup_t is98 safe because it is a pointer to EventGroup_t, which is returned to the108 - The conversion from a pointer to void into a pointer to EventGroup_t is109 safe because it is a pointer to EventGroup_t, which is passed as a