Home
last modified time | relevance | path

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

/Kernel-v11.1.0/include/
Devent_groups.h45 #define eventWAIT_FOR_ALL_BITS ( ( uint16_t ) 0x0400U ) macro
50 #define eventWAIT_FOR_ALL_BITS ( ( uint32_t ) 0x04000000U ) macro
55 #define eventWAIT_FOR_ALL_BITS ( ( uint64_t ) 0x0400000000000000U ) macro
/Kernel-v11.1.0/
Devent_groups.c231 …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()