Searched refs:uxCurrentEventBits (Results 1 – 1 of 1) sorted by relevance
72 static BaseType_t prvTestWaitCondition( const EventBits_t uxCurrentEventBits,332 const EventBits_t uxCurrentEventBits = pxEventBits->uxEventBits; in xEventGroupWaitBits() local335 … xWaitConditionMet = prvTestWaitCondition( uxCurrentEventBits, uxBitsToWaitFor, xWaitForAllBits ); in xEventGroupWaitBits()341 uxReturn = uxCurrentEventBits; in xEventGroupWaitBits()358 uxReturn = uxCurrentEventBits; in xEventGroupWaitBits()766 static BaseType_t prvTestWaitCondition( const EventBits_t uxCurrentEventBits, in prvTestWaitCondition() argument776 if( ( uxCurrentEventBits & uxBitsToWaitFor ) != ( EventBits_t ) 0 ) in prvTestWaitCondition()789 if( ( uxCurrentEventBits & uxBitsToWaitFor ) == uxBitsToWaitFor ) in prvTestWaitCondition()