Searched refs:eventCLEAR_EVENTS_ON_EXIT_BIT (Results 1 – 2 of 2) sorted by relevance
43 #define eventCLEAR_EVENTS_ON_EXIT_BIT 0x0100U macro48 #define eventCLEAR_EVENTS_ON_EXIT_BIT 0x01000000UL macro53 #define eventCLEAR_EVENTS_ON_EXIT_BIT 0x0100000000000000ULL macro
223 …( &( pxEventBits->xTasksWaitingForBits ), ( uxBitsToWaitFor | eventCLEAR_EVENTS_ON_EXIT_BIT | even… in xEventGroupSync()363 uxControlBits |= eventCLEAR_EVENTS_ON_EXIT_BIT; in xEventGroupWaitBits()581 if( ( uxControlBits & eventCLEAR_EVENTS_ON_EXIT_BIT ) != ( EventBits_t ) 0 ) in xEventGroupSetBits()