BIT_2 is only used within FreeRTOS_SignalFromISR.
 
Symbols
loading...
Files
loading...

BIT_2 macro

Syntax

#define BIT_2 ( 1 << 2 )

References

LocationText
main.c:27
#define BIT_2 ( 1 << 2 )
main.c:89
event = osSignalWait( BIT_1 | BIT_2, osWaitForever);
main.c:90
if(event.value.signals == (BIT_1 | BIT_2))
main.c:112