Home
last modified time | relevance | path

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

/Kernel-v11.0.1/
Devent_groups.c313 EventBits_t uxReturn, uxControlBits = 0; in xEventGroupWaitBits() local
369 uxControlBits |= eventCLEAR_EVENTS_ON_EXIT_BIT; in xEventGroupWaitBits()
378 uxControlBits |= eventWAIT_FOR_ALL_BITS; in xEventGroupWaitBits()
388 …ventList( &( pxEventBits->xTasksWaitingForBits ), ( uxBitsToWaitFor | uxControlBits ), xTicksToWai… in xEventGroupWaitBits()
545 EventBits_t uxBitsToClear = 0, uxBitsWaitedFor, uxControlBits; in xEventGroupSetBits() local
575 uxControlBits = uxBitsWaitedFor & eventEVENT_BITS_CONTROL_BYTES; in xEventGroupSetBits()
578 if( ( uxControlBits & eventWAIT_FOR_ALL_BITS ) == ( EventBits_t ) 0 ) in xEventGroupSetBits()
603 if( ( uxControlBits & eventCLEAR_EVENTS_ON_EXIT_BIT ) != ( EventBits_t ) 0 ) in xEventGroupSetBits()