Searched refs:ucSpeed (Results 1 – 7 of 7) sorted by relevance
| /FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/Common/ |
| D | phyHandling.c | 355 …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-v3.1.0/source/portable/NetworkInterface/ATSAME5x/ |
| D | NetworkInterface.c | 171 .ucSpeed = PHY_SPEED_AUTO, 526 …if( ( xPHYProperties.ucDuplex == PHY_DUPLEX_AUTO ) && ( xPHYProperties.ucSpeed == PHY_SPEED_AUTO )… in prvPHYLinkReset() 533 prvGMACEnable100Mbps( xPhyObject.xPhyProperties.ucSpeed == PHY_SPEED_100 ); in prvPHYLinkReset() 539 xPhyObject.xPhyPreferences.ucSpeed = xPHYProperties.ucSpeed; in prvPHYLinkReset() 545 prvGMACEnable100Mbps( xPHYProperties.ucSpeed == PHY_SPEED_100 ); in prvPHYLinkReset()
|
| /FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/DriverSAM/ |
| D | NetworkInterface.c | 220 .ucSpeed = PHY_SPEED_AUTO, 224 .ucSpeed = PHY_SPEED_100, 226 .ucSpeed = PHY_SPEED_10, 670 if( xPhyObject.xPhyProperties.ucSpeed == PHY_SPEED_10 ) in prvEthernetUpdateConfig() 698 if( xPHYProperties.ucSpeed == PHY_SPEED_100 ) in prvEthernetUpdateConfig() 700 xPhyObject.xPhyPreferences.ucSpeed = PHY_SPEED_100; in prvEthernetUpdateConfig() 705 xPhyObject.xPhyPreferences.ucSpeed = PHY_SPEED_10; in prvEthernetUpdateConfig()
|
| /FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/STM32Fxx/ |
| D | NetworkInterface.c | 286 .ucSpeed = PHY_SPEED_AUTO, 290 .ucSpeed = PHY_SPEED_100, 292 .ucSpeed = PHY_SPEED_10, 1157 if( xPhyObject.xPhyProperties.ucSpeed == PHY_SPEED_10 ) in prvEthernetUpdateConfig() 1183 xPhyObject.xPhyPreferences.ucSpeed = PHY_SPEED_10; in prvEthernetUpdateConfig() 1187 xPhyObject.xPhyPreferences.ucSpeed = PHY_SPEED_100; in prvEthernetUpdateConfig()
|
| /FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/include/ |
| D | phyHandling.h | 68 uint8_t ucSpeed; member
|
| /FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/TM4C/ |
| D | NetworkInterface.c | 145 .ucSpeed = PHY_SPEED_AUTO, 149 .ucSpeed = PHY_SPEED_100, 151 .ucSpeed = PHY_SPEED_10,
|
| /FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/STM32Hxx/ |
| D | NetworkInterface.c | 181 .ucSpeed = PHY_SPEED_AUTO, 481 if( xPhyObject.xPhyProperties.ucSpeed == PHY_SPEED_10 ) in prvEthernetUpdateConfig()
|