Home
last modified time | relevance | path

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

/Kernel-v11.0.1/
Devent_groups.c50 EventBits_t uxEventBits; member
107 pxEventBits->uxEventBits = 0; in xEventGroupCreateStatic()
152 pxEventBits->uxEventBits = 0; in xEventGroupCreate()
201 uxOriginalBitValue = pxEventBits->uxEventBits; in xEventGroupSync()
212 pxEventBits->uxEventBits &= ~uxBitsToWaitFor; in xEventGroupSync()
237 uxReturn = pxEventBits->uxEventBits; in xEventGroupSync()
266 uxReturn = pxEventBits->uxEventBits; in xEventGroupSync()
274 pxEventBits->uxEventBits &= ~uxBitsToWaitFor; in xEventGroupSync()
332 const EventBits_t uxCurrentEventBits = pxEventBits->uxEventBits; in xEventGroupWaitBits()
347 pxEventBits->uxEventBits &= ~uxBitsToWaitFor; in xEventGroupWaitBits()
[all …]
/Kernel-v11.0.1/include/
DFreeRTOS.h1049 #define traceRETURN_xEventGroupSetBits( uxEventBits ) argument