Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
Devent_groups.c51 EventBits_t uxEventBits; member
103 pxEventBits->uxEventBits = 0; in xEventGroupCreateStatic()
154 pxEventBits->uxEventBits = 0; in xEventGroupCreate()
199 uxOriginalBitValue = pxEventBits->uxEventBits; in xEventGroupSync()
210 pxEventBits->uxEventBits &= ~uxBitsToWaitFor; in xEventGroupSync()
235 uxReturn = pxEventBits->uxEventBits; in xEventGroupSync()
264 uxReturn = pxEventBits->uxEventBits; in xEventGroupSync()
272 pxEventBits->uxEventBits &= ~uxBitsToWaitFor; in xEventGroupSync()
326 const EventBits_t uxCurrentEventBits = pxEventBits->uxEventBits; in xEventGroupWaitBits()
341 pxEventBits->uxEventBits &= ~uxBitsToWaitFor; in xEventGroupWaitBits()
[all …]