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

taskNOTIFICATION_RECEIVED macro

Syntax

#define taskNOTIFICATION_RECEIVED ( ( uint8_t ) 2 )

References

LocationText
tasks.c:70
#define taskNOTIFICATION_RECEIVED ( ( uint8_t ) 2 )
tasks.c:4710
if( pxCurrentTCB->ucNotifyState != taskNOTIFICATION_RECEIVED )
tasks.c:4758
if( pxCurrentTCB->ucNotifyState != taskNOTIFICATION_RECEIVED )
tasks.c:4801
pxTCB->ucNotifyState = taskNOTIFICATION_RECEIVED;
tasks.c:4818
if( ucOriginalNotifyState != taskNOTIFICATION_RECEIVED )
tasks.c:4934
pxTCB->ucNotifyState = taskNOTIFICATION_RECEIVED;
tasks.c:4951
if( ucOriginalNotifyState != taskNOTIFICATION_RECEIVED )
tasks.c:5057
pxTCB->ucNotifyState = taskNOTIFICATION_RECEIVED;
tasks.c:5123
if( pxTCB->ucNotifyState == taskNOTIFICATION_RECEIVED )