Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/
Devent_groups.c102 static BaseType_t prvTestWaitCondition( const EventBits_t uxCurrentEventBits,
384 const EventBits_t uxCurrentEventBits = pxEventBits->uxEventBits; in xEventGroupWaitBits() local
387 … xWaitConditionMet = prvTestWaitCondition( uxCurrentEventBits, uxBitsToWaitFor, xWaitForAllBits ); in xEventGroupWaitBits()
393 uxReturn = uxCurrentEventBits; in xEventGroupWaitBits()
410 uxReturn = uxCurrentEventBits; in xEventGroupWaitBits()
748 static BaseType_t prvTestWaitCondition( const EventBits_t uxCurrentEventBits, in prvTestWaitCondition() argument
758 if( ( uxCurrentEventBits & uxBitsToWaitFor ) != ( EventBits_t ) 0 ) in prvTestWaitCondition()
771 if( ( uxCurrentEventBits & uxBitsToWaitFor ) == uxBitsToWaitFor ) in prvTestWaitCondition()