Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/
Dethernet_phy.h101 #define PHY_SPEED_10 1 macro
103 #define PHY_SPEED_AUTO ( PHY_SPEED_10 | PHY_SPEED_100 )
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/include/
DphyHandling.h94 #define PHY_SPEED_10 1 macro
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/Common/
DphyHandling.c378 if( pxPhyProperties->ucSpeed == ( uint8_t ) PHY_SPEED_10 ) in xPhyConfigure()
448 else if( pxPhyProperties->ucSpeed == ( uint8_t ) PHY_SPEED_10 ) in xPhyConfigure()
746 pxPhyObject->xPhyProperties.ucSpeed = PHY_SPEED_10; in xPhyStartAutoNegotiation()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/DriverSAM/
DNetworkInterface.c226 .ucSpeed = PHY_SPEED_10,
670 if( xPhyObject.xPhyProperties.ucSpeed == PHY_SPEED_10 ) in prvEthernetUpdateConfig()
705 xPhyObject.xPhyPreferences.ucSpeed = PHY_SPEED_10; in prvEthernetUpdateConfig()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/STM32Fxx/
DNetworkInterface.c292 .ucSpeed = PHY_SPEED_10,
1157 if( xPhyObject.xPhyProperties.ucSpeed == PHY_SPEED_10 ) in prvEthernetUpdateConfig()
1183 xPhyObject.xPhyPreferences.ucSpeed = PHY_SPEED_10; in prvEthernetUpdateConfig()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/STM32Hxx/
DNetworkInterface.c481 if( xPhyObject.xPhyProperties.ucSpeed == PHY_SPEED_10 ) in prvEthernetUpdateConfig()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/TM4C/
DNetworkInterface.c151 .ucSpeed = PHY_SPEED_10,