Searched refs:uxBitsWaitedFor (Results 1 – 1 of 1) sorted by relevance
590 EventBits_t uxBitsToClear = 0, uxBitsWaitedFor, uxControlBits; in xEventGroupSetBits() local618 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()