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 ) 0x04000000UL ) macro55 #define eventWAIT_FOR_ALL_BITS ( ( uint64_t ) 0x0400000000000000ULL ) macro
225 …ngForBits ), ( uxBitsToWaitFor | eventCLEAR_EVENTS_ON_EXIT_BIT | eventWAIT_FOR_ALL_BITS ), xTicksT… in xEventGroupSync()378 uxControlBits |= eventWAIT_FOR_ALL_BITS; in xEventGroupWaitBits()578 if( ( uxControlBits & eventWAIT_FOR_ALL_BITS ) == ( EventBits_t ) 0 ) in xEventGroupSetBits()