eventWAIT_FOR_ALL_BITS is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

eventWAIT_FOR_ALL_BITS macro

Syntax

#define eventWAIT_FOR_ALL_BITS 0x04000000UL

References

LocationText
event_groups.c:59
#define eventWAIT_FOR_ALL_BITS 0x04000000UL
event_groups.c:232
event_groups.c:377
uxControlBits |= eventWAIT_FOR_ALL_BITS;
event_groups.c:555
if( ( uxControlBits & eventWAIT_FOR_ALL_BITS ) == ( EventBits_t ) 0 )