Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Devent_groups.c66 } 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()
[all …]
DMISRA.md97 - The conversion from a pointer to void into a pointer to EventGroup_t is
98 safe because it is a pointer to EventGroup_t, which is returned to the
108 - The conversion from a pointer to void into a pointer to EventGroup_t is
109 safe because it is a pointer to EventGroup_t, which is passed as a