Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAME5x/
DNetworkInterface.c169 const PhyProperties_t xPHYProperties = variable
515 xPhyConfigure( &xPhyObject, &xPHYProperties ); in prvPHYInit()
526 …if( ( xPHYProperties.ucDuplex == PHY_DUPLEX_AUTO ) && ( xPHYProperties.ucSpeed == PHY_SPEED_AUTO )… in prvPHYLinkReset()
538 xPhyObject.xPhyPreferences.ucDuplex = xPHYProperties.ucDuplex; in prvPHYLinkReset()
539 xPhyObject.xPhyPreferences.ucSpeed = xPHYProperties.ucSpeed; in prvPHYLinkReset()
540 xPhyObject.xPhyPreferences.ucMDI_X = xPHYProperties.ucMDI_X; in prvPHYLinkReset()
544 prvGMACEnableFullDuplex( xPHYProperties.ucDuplex == PHY_DUPLEX_FULL ); in prvPHYLinkReset()
545 prvGMACEnable100Mbps( xPHYProperties.ucSpeed == PHY_SPEED_100 ); in prvPHYLinkReset()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/DriverSAM/
DNetworkInterface.c217 const PhyProperties_t xPHYProperties = variable
601 xPhyConfigure( &xPhyObject, &xPHYProperties ); in prvGMACInit()
687 if( xPHYProperties.ucDuplex == PHY_DUPLEX_FULL ) in prvEthernetUpdateConfig()
698 if( xPHYProperties.ucSpeed == PHY_SPEED_100 ) in prvEthernetUpdateConfig()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/STM32Hxx/
DNetworkInterface.c179 const PhyProperties_t xPHYProperties = variable
450 xPhyConfigure( &( xPhyObject ), &( xPHYProperties ) ); in prvMACBProbePhy()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/TM4C/
DNetworkInterface.c142 const PhyProperties_t xPHYProperties = variable
774 xPhyConfigure( &xPhyObject, &xPHYProperties ); in vMACBProbePhy()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/STM32Fxx/
DNetworkInterface.c283 const PhyProperties_t xPHYProperties = variable
1127 xPhyConfigure( &xPhyObject, &xPHYProperties ); in vMACBProbePhy()