Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/
Devent_groups.c76 EventBits_t uxEventBits; member
132 pxEventBits->uxEventBits = 0; in xEventGroupCreateStatic()
186 pxEventBits->uxEventBits = 0; in xEventGroupCreate()
241 uxOriginalBitValue = pxEventBits->uxEventBits; in xEventGroupSync()
252 pxEventBits->uxEventBits &= ~uxBitsToWaitFor; in xEventGroupSync()
277 uxReturn = pxEventBits->uxEventBits; in xEventGroupSync()
314 uxReturn = pxEventBits->uxEventBits; in xEventGroupSync()
322 pxEventBits->uxEventBits &= ~uxBitsToWaitFor; in xEventGroupSync()
384 const EventBits_t uxCurrentEventBits = pxEventBits->uxEventBits; in xEventGroupWaitBits()
399 pxEventBits->uxEventBits &= ~uxBitsToWaitFor; in xEventGroupWaitBits()
[all …]