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

taskWAITING_NOTIFICATION macro

Syntax

#define taskWAITING_NOTIFICATION ( ( uint8_t ) 1 )

References

LocationText
tasks.c:69
#define taskWAITING_NOTIFICATION ( ( uint8_t ) 1 )
tasks.c:1430
if( pxTCB->ucNotifyState == taskWAITING_NOTIFICATION )
tasks.c:1741
if( pxTCB->ucNotifyState == taskWAITING_NOTIFICATION )
tasks.c:4645
pxCurrentTCB->ucNotifyState = taskWAITING_NOTIFICATION;
tasks.c:4718
pxCurrentTCB->ucNotifyState = taskWAITING_NOTIFICATION;
tasks.c:4847
if( ucOriginalNotifyState == taskWAITING_NOTIFICATION )
tasks.c:4979
if( ucOriginalNotifyState == taskWAITING_NOTIFICATION )
tasks.c:5067
if( ucOriginalNotifyState == taskWAITING_NOTIFICATION )