Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Common/
DphyHandling.c119 #define phyPHYSTS_DUPLEX_STATUS 0x0004U /* PHY Duplex mask */ macro
667 ulRegValue |= phyPHYSTS_DUPLEX_STATUS; in xPhyStartAutoNegotiation()
702 ulRegValue |= phyPHYSTS_DUPLEX_STATUS; in xPhyStartAutoNegotiation()
715 ulRegValue |= phyPHYSTS_DUPLEX_STATUS; in xPhyStartAutoNegotiation()
731 ( ulRegValue & phyPHYSTS_DUPLEX_STATUS ) ? "full" : "half", in xPhyStartAutoNegotiation()
735 if( ( ulRegValue & phyPHYSTS_DUPLEX_STATUS ) != ( uint32_t ) 0U ) in xPhyStartAutoNegotiation()