Home
last modified time | relevance | path

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

/Kernel-v11.0.1/
Devent_groups.c60 } 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()
[all …]
DMISRA.md89 - The conversion from a pointer to void into a pointer to EventGroup_t is
90 safe because it is a pointer to EventGroup_t, which is returned to the
100 - The conversion from a pointer to void into a pointer to EventGroup_t is
101 safe because it is a pointer to EventGroup_t, which is passed as a