Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Devent_groups.c78 static BaseType_t prvTestWaitCondition( const EventBits_t uxCurrentEventBits,
338 const EventBits_t uxCurrentEventBits = pxEventBits->uxEventBits; in xEventGroupWaitBits() local
341 … xWaitConditionMet = prvTestWaitCondition( uxCurrentEventBits, uxBitsToWaitFor, xWaitForAllBits ); in xEventGroupWaitBits()
347 uxReturn = uxCurrentEventBits; in xEventGroupWaitBits()
364 uxReturn = uxCurrentEventBits; in xEventGroupWaitBits()
775 static BaseType_t prvTestWaitCondition( const EventBits_t uxCurrentEventBits, in prvTestWaitCondition() argument
785 if( ( uxCurrentEventBits & uxBitsToWaitFor ) != ( EventBits_t ) 0 ) in prvTestWaitCondition()
798 if( ( uxCurrentEventBits & uxBitsToWaitFor ) == uxBitsToWaitFor ) in prvTestWaitCondition()