Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
Devent_groups.c309 EventBits_t uxReturn, uxControlBits = 0; in xEventGroupWaitBits() local
363 uxControlBits |= eventCLEAR_EVENTS_ON_EXIT_BIT; in xEventGroupWaitBits()
372 uxControlBits |= eventWAIT_FOR_ALL_BITS; in xEventGroupWaitBits()
382 …ventList( &( pxEventBits->xTasksWaitingForBits ), ( uxBitsToWaitFor | uxControlBits ), xTicksToWai… in xEventGroupWaitBits()
525 EventBits_t uxBitsToClear = 0, uxBitsWaitedFor, uxControlBits; in xEventGroupSetBits() local
553 uxControlBits = uxBitsWaitedFor & eventEVENT_BITS_CONTROL_BYTES; in xEventGroupSetBits()
556 if( ( uxControlBits & eventWAIT_FOR_ALL_BITS ) == ( EventBits_t ) 0 ) in xEventGroupSetBits()
581 if( ( uxControlBits & eventCLEAR_EVENTS_ON_EXIT_BIT ) != ( EventBits_t ) 0 ) in xEventGroupSetBits()