Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/
Dethernet_phy.h102 #define PHY_SPEED_100 2 macro
103 #define PHY_SPEED_AUTO ( PHY_SPEED_10 | PHY_SPEED_100 )
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/Common/
DphyHandling.c387 else if( pxPhyProperties->ucSpeed == ( uint8_t ) PHY_SPEED_100 ) in xPhyConfigure()
444 …if( ( pxPhyProperties->ucSpeed == ( uint8_t ) PHY_SPEED_100 ) || ( pxPhyProperties->ucSpeed == ( u… in xPhyConfigure()
518 if( pxPhyObject->xPhyPreferences.ucSpeed == PHY_SPEED_100 ) in xPhyFixedValue()
750 pxPhyObject->xPhyProperties.ucSpeed = PHY_SPEED_100; in xPhyStartAutoNegotiation()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/include/
DphyHandling.h95 #define PHY_SPEED_100 2 macro
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAME5x/
DNetworkInterface.c533 prvGMACEnable100Mbps( xPhyObject.xPhyProperties.ucSpeed == PHY_SPEED_100 ); in prvPHYLinkReset()
545 prvGMACEnable100Mbps( xPHYProperties.ucSpeed == PHY_SPEED_100 ); in prvPHYLinkReset()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/DriverSAM/
DNetworkInterface.c224 .ucSpeed = PHY_SPEED_100,
698 if( xPHYProperties.ucSpeed == PHY_SPEED_100 ) in prvEthernetUpdateConfig()
700 xPhyObject.xPhyPreferences.ucSpeed = PHY_SPEED_100; in prvEthernetUpdateConfig()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/STM32Fxx/
DNetworkInterface.c290 .ucSpeed = PHY_SPEED_100,
1187 xPhyObject.xPhyPreferences.ucSpeed = PHY_SPEED_100; in prvEthernetUpdateConfig()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/TM4C/
DNetworkInterface.c149 .ucSpeed = PHY_SPEED_100,