Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Common/
DphyHandling.c113 #define phyBMSR_AN_COMPLETE 0x0020U /* Auto-Negotiation process completed */ macro
585 if( ( ulRegValue & phyBMSR_AN_COMPLETE ) != 0 ) in xPhyStartAutoNegotiation()