Home
last modified time | relevance | path

Searched refs:EventGroup_t (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/freertos/
Devent_groups.c90 } EventGroup_t; typedef
112 EventGroup_t * pxEventBits; in xEventGroupCreateStatic()
123 configASSERT( xSize == sizeof( EventGroup_t ) ); in xEventGroupCreateStatic()
128 …pxEventBits = ( EventGroup_t * ) pxEventGroupBuffer; /*lint !e740 !e9087 EventGroup_t and StaticEv… in xEventGroupCreateStatic()
167 EventGroup_t * pxEventBits; in xEventGroupCreate()
182 …pxEventBits = ( EventGroup_t * ) pvPortMalloc( sizeof( EventGroup_t ) ); /*lint !e9087 !e9079 see … in xEventGroupCreate()
221 EventGroup_t * pxEventBits = xEventGroup; in xEventGroupSync()
358 EventGroup_t * pxEventBits = xEventGroup; in xEventGroupWaitBits()
527 EventGroup_t * pxEventBits = xEventGroup; in xEventGroupClearBits()
571 EventGroup_t const * const pxEventBits = xEventGroup; in xEventGroupGetBitsFromISR()
[all …]