Searched refs:DRIVER_READY (Results 1 – 1 of 1) sorted by relevance
157 #define DRIVER_READY ( 0x40 ) macro158 #define DRIVER_FATAL ( DRIVER_READY << 1 )410 xTaskNotify( receiveTaskHandle, DRIVER_READY, eSetValueWithOverwrite ); in prvNXP1060_NetworkInterfaceInitialise()533 } while( !( ulNotificationValue & DRIVER_READY ) ); in prvEMACHandlerTask()