Searched refs:eventWAIT_FOR_ALL_BITS (Results 1 – 2 of 2) sorted by relevance
45 #define eventWAIT_FOR_ALL_BITS ( ( uint16_t ) 0x0400U ) macro50 #define eventWAIT_FOR_ALL_BITS ( ( uint32_t ) 0x04000000U ) macro55 #define eventWAIT_FOR_ALL_BITS ( ( uint64_t ) 0x0400000000000000U ) macro
231 …ngForBits ), ( uxBitsToWaitFor | eventCLEAR_EVENTS_ON_EXIT_BIT | eventWAIT_FOR_ALL_BITS ), xTicksT… in xEventGroupSync()384 uxControlBits |= eventWAIT_FOR_ALL_BITS; in xEventGroupWaitBits()587 if( ( uxControlBits & eventWAIT_FOR_ALL_BITS ) == ( EventBits_t ) 0 ) in xEventGroupSetBits()