Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/NXP1060/
DNetworkInterface.c732 bool bAutoNegotiationComplete; in xWaitPHY() local
775 xStatus = PHY_GetAutoNegotiationStatus( &phyHandle, &bAutoNegotiationComplete ); in xWaitPHY()
777 if( bAutoNegotiationComplete == true ) in xWaitPHY()
792 if( bAutoNegotiationComplete == false ) in xWaitPHY()