Searched refs:uxBitsWaitedFor (Results 1 – 1 of 1) sorted by relevance
545 EventBits_t uxBitsToClear = 0, uxBitsWaitedFor, uxControlBits; in xEventGroupSetBits() local571 uxBitsWaitedFor = listGET_LIST_ITEM_VALUE( pxListItem ); in xEventGroupSetBits()575 uxControlBits = uxBitsWaitedFor & eventEVENT_BITS_CONTROL_BYTES; in xEventGroupSetBits()576 uxBitsWaitedFor &= ~eventEVENT_BITS_CONTROL_BYTES; in xEventGroupSetBits()581 if( ( uxBitsWaitedFor & pxEventBits->uxEventBits ) != ( EventBits_t ) 0 ) in xEventGroupSetBits()590 else if( ( uxBitsWaitedFor & pxEventBits->uxEventBits ) == uxBitsWaitedFor ) in xEventGroupSetBits()605 uxBitsToClear |= uxBitsWaitedFor; in xEventGroupSetBits()