Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/NXP1060/
DNetworkInterface.c528 uint32_t ulNotificationValue; in prvEMACHandlerTask() local
532 ulNotificationValue = ulTaskNotifyTake( pdTRUE, portMAX_DELAY ); in prvEMACHandlerTask()
533 } while( !( ulNotificationValue & DRIVER_READY ) ); in prvEMACHandlerTask()