Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAME5x/
DNetworkInterface.c180 const PhyProperties_t xPHYProperties = variable
659 xPhyConfigure( &xPhyObject, &xPHYProperties ); in prvPHYInit()
670 …if( ( xPHYProperties.ucDuplex == PHY_DUPLEX_AUTO ) && ( xPHYProperties.ucSpeed == PHY_SPEED_AUTO )… in prvPHYLinkReset()
682 xPhyObject.xPhyPreferences.ucDuplex = xPHYProperties.ucDuplex; in prvPHYLinkReset()
683 xPhyObject.xPhyPreferences.ucSpeed = xPHYProperties.ucSpeed; in prvPHYLinkReset()
684 xPhyObject.xPhyPreferences.ucMDI_X = xPHYProperties.ucMDI_X; in prvPHYLinkReset()
688 prvGMACEnableFullDuplex( xPHYProperties.ucDuplex == PHY_DUPLEX_FULL ); in prvPHYLinkReset()
689 prvGMACEnable100Mbps( xPHYProperties.ucSpeed == PHY_SPEED_100 ); in prvPHYLinkReset()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/DriverSAM/
DNetworkInterface.c238 const PhyProperties_t xPHYProperties = variable
747 xPhyConfigure( &xPhyObject, &xPHYProperties ); in prvGMACInit()
876 if( xPHYProperties.ucDuplex == PHY_DUPLEX_FULL ) in prvEthernetUpdateConfig()
887 if( xPHYProperties.ucSpeed == PHY_SPEED_100 ) in prvEthernetUpdateConfig()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/TM4C/
DNetworkInterface.c142 const PhyProperties_t xPHYProperties = variable
774 xPhyConfigure( &xPhyObject, &xPHYProperties ); in vMACBProbePhy()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
DNetworkInterface.c200 const PhyProperties_t xPHYProperties = variable
635 xPhyConfigure( &( xPhyObject ), &( xPHYProperties ) ); in prvMACBProbePhy()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
DNetworkInterface.c314 const PhyProperties_t xPHYProperties = variable
1293 xPhyConfigure( &xPhyObject, &xPHYProperties ); in vMACBProbePhy()