Home
last modified time | relevance | path

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

/Kernel-v11.0.1/
Dtasks.c107 #define taskNOTIFICATION_RECEIVED ( ( uint8_t ) 2 ) macro
7782 if( pxCurrentTCB->ucNotifyState[ uxIndexToWaitOn ] != taskNOTIFICATION_RECEIVED ) in xTaskGenericNotifyWait()
7872 if( pxCurrentTCB->ucNotifyState[ uxIndexToWaitOn ] != taskNOTIFICATION_RECEIVED ) in xTaskGenericNotifyWait()
7924 pxTCB->ucNotifyState[ uxIndexToNotify ] = taskNOTIFICATION_RECEIVED; in xTaskGenericNotify()
7942 if( ucOriginalNotifyState != taskNOTIFICATION_RECEIVED ) in xTaskGenericNotify()
8064 pxTCB->ucNotifyState[ uxIndexToNotify ] = taskNOTIFICATION_RECEIVED; in xTaskGenericNotifyFromISR()
8082 if( ucOriginalNotifyState != taskNOTIFICATION_RECEIVED ) in xTaskGenericNotifyFromISR()
8218 pxTCB->ucNotifyState[ uxIndexToNotify ] = taskNOTIFICATION_RECEIVED; in vTaskGenericNotifyGiveFromISR()
8311 if( pxTCB->ucNotifyState[ uxIndexToClear ] == taskNOTIFICATION_RECEIVED ) in xTaskGenericNotifyStateClear()