Home
last modified time | relevance | path

Searched refs:xPhyProperties (Results 1 – 6 of 6) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/include/
DphyHandling.h66 typedef struct xPhyProperties struct
87 PhyProperties_t xPhyProperties; member
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/Common/
DphyHandling.c737 pxPhyObject->xPhyProperties.ucDuplex = PHY_DUPLEX_FULL; in xPhyStartAutoNegotiation()
741 pxPhyObject->xPhyProperties.ucDuplex = PHY_DUPLEX_HALF; in xPhyStartAutoNegotiation()
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/
DNetworkInterface.c532 prvGMACEnableFullDuplex( xPhyObject.xPhyProperties.ucDuplex == PHY_DUPLEX_FULL ); in prvPHYLinkReset()
533 prvGMACEnable100Mbps( xPhyObject.xPhyProperties.ucSpeed == PHY_SPEED_100 ); in prvPHYLinkReset()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/STM32Hxx/
DNetworkInterface.c470 if( xPhyObject.xPhyProperties.ucDuplex == PHY_DUPLEX_FULL ) in prvEthernetUpdateConfig()
481 if( xPhyObject.xPhyProperties.ucSpeed == PHY_SPEED_10 ) in prvEthernetUpdateConfig()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/DriverSAM/
DNetworkInterface.c659 if( xPhyObject.xPhyProperties.ucDuplex == PHY_DUPLEX_FULL ) in prvEthernetUpdateConfig()
670 if( xPhyObject.xPhyProperties.ucSpeed == PHY_SPEED_10 ) in prvEthernetUpdateConfig()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/STM32Fxx/
DNetworkInterface.c1146 if( xPhyObject.xPhyProperties.ucDuplex == PHY_DUPLEX_FULL ) in prvEthernetUpdateConfig()
1157 if( xPhyObject.xPhyProperties.ucSpeed == PHY_SPEED_10 ) in prvEthernetUpdateConfig()