Searched refs:uxBitsWaitedFor (Results 1 – 1 of 1) sorted by relevance
525 EventBits_t uxBitsToClear = 0, uxBitsWaitedFor, uxControlBits; in xEventGroupSetBits() local549 uxBitsWaitedFor = listGET_LIST_ITEM_VALUE( pxListItem ); in xEventGroupSetBits()553 uxControlBits = uxBitsWaitedFor & eventEVENT_BITS_CONTROL_BYTES; in xEventGroupSetBits()554 uxBitsWaitedFor &= ~eventEVENT_BITS_CONTROL_BYTES; in xEventGroupSetBits()559 if( ( uxBitsWaitedFor & pxEventBits->uxEventBits ) != ( EventBits_t ) 0 ) in xEventGroupSetBits()568 else if( ( uxBitsWaitedFor & pxEventBits->uxEventBits ) == uxBitsWaitedFor ) in xEventGroupSetBits()583 uxBitsToClear |= uxBitsWaitedFor; in xEventGroupSetBits()