Searched refs:uxControlBits (Results 1 – 1 of 1) sorted by relevance
313 EventBits_t uxReturn, uxControlBits = 0; in xEventGroupWaitBits() local369 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() local575 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()