Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Devent_groups.c56 EventBits_t uxEventBits; member
113 pxEventBits->uxEventBits = 0; in xEventGroupCreateStatic()
158 pxEventBits->uxEventBits = 0; in xEventGroupCreate()
207 uxOriginalBitValue = pxEventBits->uxEventBits; in xEventGroupSync()
218 pxEventBits->uxEventBits &= ~uxBitsToWaitFor; in xEventGroupSync()
243 uxReturn = pxEventBits->uxEventBits; in xEventGroupSync()
272 uxReturn = pxEventBits->uxEventBits; in xEventGroupSync()
280 pxEventBits->uxEventBits &= ~uxBitsToWaitFor; in xEventGroupSync()
338 const EventBits_t uxCurrentEventBits = pxEventBits->uxEventBits; in xEventGroupWaitBits()
353 pxEventBits->uxEventBits &= ~uxBitsToWaitFor; in xEventGroupWaitBits()
[all …]
/Kernel-v11.1.0/include/
DFreeRTOS.h1101 #define traceRETURN_xEventGroupSetBits( uxEventBits ) argument