Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Devent_groups.c319 EventBits_t uxReturn, uxControlBits = 0; in xEventGroupWaitBits() local
375 uxControlBits |= eventCLEAR_EVENTS_ON_EXIT_BIT; in xEventGroupWaitBits()
384 uxControlBits |= eventWAIT_FOR_ALL_BITS; in xEventGroupWaitBits()
394 …ventList( &( pxEventBits->xTasksWaitingForBits ), ( uxBitsToWaitFor | uxControlBits ), xTicksToWai… in xEventGroupWaitBits()
554 EventBits_t uxBitsToClear = 0, uxBitsWaitedFor, uxControlBits; in xEventGroupSetBits() local
584 uxControlBits = uxBitsWaitedFor & eventEVENT_BITS_CONTROL_BYTES; in xEventGroupSetBits()
587 if( ( uxControlBits & eventWAIT_FOR_ALL_BITS ) == ( EventBits_t ) 0 ) in xEventGroupSetBits()
612 if( ( uxControlBits & eventCLEAR_EVENTS_ON_EXIT_BIT ) != ( EventBits_t ) 0 ) in xEventGroupSetBits()