Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/
Devent_groups.c590 EventBits_t uxBitsToClear = 0, uxBitsWaitedFor, uxControlBits; in xEventGroupSetBits() local
618 uxBitsWaitedFor = listGET_LIST_ITEM_VALUE( pxListItem ); in xEventGroupSetBits()
622 uxControlBits = uxBitsWaitedFor & eventEVENT_BITS_CONTROL_BYTES; in xEventGroupSetBits()
623 uxBitsWaitedFor &= ~eventEVENT_BITS_CONTROL_BYTES; in xEventGroupSetBits()
628 if( ( uxBitsWaitedFor & pxEventBits->uxEventBits ) != ( EventBits_t ) 0 ) in xEventGroupSetBits()
637 else if( ( uxBitsWaitedFor & pxEventBits->uxEventBits ) == uxBitsWaitedFor ) in xEventGroupSetBits()
652 uxBitsToClear |= uxBitsWaitedFor; in xEventGroupSetBits()