Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Common/
DphyHandling.c355 …if( ( pxPhyProperties->ucSpeed == ( uint8_t ) PHY_SPEED_AUTO ) && ( pxPhyProperties->ucDuplex == (… in xPhyConfigure()
365 if( pxPhyProperties->ucSpeed == ( uint8_t ) PHY_SPEED_AUTO ) in xPhyConfigure()
378 if( pxPhyProperties->ucSpeed == ( uint8_t ) PHY_SPEED_10 ) in xPhyConfigure()
387 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()
448 else if( pxPhyProperties->ucSpeed == ( uint8_t ) PHY_SPEED_10 ) in xPhyConfigure()
518 if( pxPhyObject->xPhyPreferences.ucSpeed == PHY_SPEED_100 ) in xPhyFixedValue()
746 pxPhyObject->xPhyProperties.ucSpeed = PHY_SPEED_10; in xPhyStartAutoNegotiation()
750 pxPhyObject->xPhyProperties.ucSpeed = PHY_SPEED_100; in xPhyStartAutoNegotiation()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAME5x/
DNetworkInterface.c182 .ucSpeed = PHY_SPEED_AUTO,
670 …if( ( xPHYProperties.ucDuplex == PHY_DUPLEX_AUTO ) && ( xPHYProperties.ucSpeed == PHY_SPEED_AUTO )… in prvPHYLinkReset()
677 prvGMACEnable100Mbps( xPhyObject.xPhyProperties.ucSpeed == PHY_SPEED_100 ); in prvPHYLinkReset()
683 xPhyObject.xPhyPreferences.ucSpeed = xPHYProperties.ucSpeed; in prvPHYLinkReset()
689 prvGMACEnable100Mbps( xPHYProperties.ucSpeed == PHY_SPEED_100 ); in prvPHYLinkReset()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/DriverSAM/
DNetworkInterface.c241 .ucSpeed = PHY_SPEED_AUTO,
245 .ucSpeed = PHY_SPEED_100,
247 .ucSpeed = PHY_SPEED_10,
859 if( xPhyObject.xPhyProperties.ucSpeed == PHY_SPEED_10 ) in prvEthernetUpdateConfig()
887 if( xPHYProperties.ucSpeed == PHY_SPEED_100 ) in prvEthernetUpdateConfig()
889 xPhyObject.xPhyPreferences.ucSpeed = PHY_SPEED_100; in prvEthernetUpdateConfig()
894 xPhyObject.xPhyPreferences.ucSpeed = PHY_SPEED_10; in prvEthernetUpdateConfig()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/include/
DphyHandling.h68 uint8_t ucSpeed; member
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
DNetworkInterface.c317 .ucSpeed = PHY_SPEED_AUTO,
321 .ucSpeed = PHY_SPEED_100,
323 .ucSpeed = PHY_SPEED_10,
1323 if( xPhyObject.xPhyProperties.ucSpeed == PHY_SPEED_10 ) in prvEthernetUpdateConfig()
1349 xPhyObject.xPhyPreferences.ucSpeed = PHY_SPEED_10; in prvEthernetUpdateConfig()
1353 xPhyObject.xPhyPreferences.ucSpeed = PHY_SPEED_100; in prvEthernetUpdateConfig()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/TM4C/
DNetworkInterface.c145 .ucSpeed = PHY_SPEED_AUTO,
149 .ucSpeed = PHY_SPEED_100,
151 .ucSpeed = PHY_SPEED_10,
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
DNetworkInterface.c202 .ucSpeed = PHY_SPEED_AUTO,
666 if( xPhyObject.xPhyProperties.ucSpeed == PHY_SPEED_10 ) in prvEthernetUpdateConfig()