Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAME5x/
DNetworkInterface.c176 static EthernetPhy_t xPhyObject; variable
412 if( xPhyCheckLinkStatus( &xPhyObject, xBytesReceived ) ) in prvEMACDeferredInterruptHandlerTask()
657 vPhyInitialise( &xPhyObject, &xPHYRead, &xPHYWrite ); in prvPHYInit()
658 xPhyDiscover( &xPhyObject ); in prvPHYInit()
659 xPhyConfigure( &xPhyObject, &xPHYProperties ); in prvPHYInit()
673 xPhyStartAutoNegotiation( &xPhyObject, xPhyGetMask( &xPhyObject ) ); in prvPHYLinkReset()
676 prvGMACEnableFullDuplex( xPhyObject.xPhyProperties.ucDuplex == PHY_DUPLEX_FULL ); in prvPHYLinkReset()
677 prvGMACEnable100Mbps( xPhyObject.xPhyProperties.ucSpeed == PHY_SPEED_100 ); in prvPHYLinkReset()
682 xPhyObject.xPhyPreferences.ucDuplex = xPHYProperties.ucDuplex; in prvPHYLinkReset()
683 xPhyObject.xPhyPreferences.ucSpeed = xPHYProperties.ucSpeed; in prvPHYLinkReset()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/DriverSAM/
DNetworkInterface.c268 static EthernetPhy_t xPhyObject; variable
542 if( xPhyObject.ulLinkStatusMask != 0 ) in prvSAM_GetPhyLinkStatus()
611 if( xPhyObject.ulLinkStatusMask == 0ul ) in prvSAM_NetworkInterfaceOutput()
745 vPhyInitialise( &xPhyObject, xPHY_Read, xPHY_Write ); in prvGMACInit()
746 xPhyDiscover( &xPhyObject ); in prvGMACInit()
747 xPhyConfigure( &xPhyObject, &xPHYProperties ); in prvGMACInit()
826 xPhyObject.ulLinkStatusMask, in prvEthernetUpdateConfig()
829 if( ( xForce != pdFALSE ) || ( xPhyObject.ulLinkStatusMask != 0 ) ) in prvEthernetUpdateConfig()
844 xPhyStartAutoNegotiation( &xPhyObject, xPhyGetMask( &xPhyObject ) ); in prvEthernetUpdateConfig()
848 if( xPhyObject.xPhyProperties.ucDuplex == PHY_DUPLEX_FULL ) in prvEthernetUpdateConfig()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
DNetworkInterface.c249 static EthernetPhy_t xPhyObject; variable
631 if( xPhyObject.ulLinkStatusMask != 0U ) in xSTM32F_NetworkInterfaceInitialise()
847 if( xPhyObject.ulLinkStatusMask != 0 ) in xSTM32F_NetworkInterfaceOutput()
1291 vPhyInitialise( &xPhyObject, xSTM32_PhyRead, xSTM32_PhyWrite ); in vMACBProbePhy()
1292 xPhyDiscover( &xPhyObject ); in vMACBProbePhy()
1293 xPhyConfigure( &xPhyObject, &xPHYProperties ); in vMACBProbePhy()
1300 xPhyObject.ulLinkStatusMask, in prvEthernetUpdateConfig()
1303 if( ( xForce != pdFALSE ) || ( xPhyObject.ulLinkStatusMask != 0 ) ) in prvEthernetUpdateConfig()
1308 xPhyStartAutoNegotiation( &xPhyObject, xPhyGetMask( &xPhyObject ) ); in prvEthernetUpdateConfig()
1312 if( xPhyObject.xPhyProperties.ucDuplex == PHY_DUPLEX_FULL ) in prvEthernetUpdateConfig()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
DNetworkInterface.c198 static EthernetPhy_t xPhyObject; variable
457 if( xPhyObject.ulLinkStatusMask != 0uL ) in xSTM32H_NetworkInterfaceInitialise()
478 if( xPhyObject.ulLinkStatusMask != 0U ) in xSTM32H_GetPhyLinkStatus()
629 vPhyInitialise( &( xPhyObject ), in prvMACBProbePhy()
633 xPhyDiscover( &( xPhyObject ) ); in prvMACBProbePhy()
635 xPhyConfigure( &( xPhyObject ), &( xPHYProperties ) ); in prvMACBProbePhy()
645 xPhyObject.ulLinkStatusMask, in prvEthernetUpdateConfig()
648 if( ( xForce != pdFALSE ) || ( xPhyObject.ulLinkStatusMask != 0 ) ) in prvEthernetUpdateConfig()
651 xPhyStartAutoNegotiation( &xPhyObject, xPhyGetMask( &( xPhyObject ) ) ); in prvEthernetUpdateConfig()
655 if( xPhyObject.xPhyProperties.ucDuplex == PHY_DUPLEX_FULL ) in prvEthernetUpdateConfig()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/TM4C/
DNetworkInterface.c138 static EthernetPhy_t xPhyObject; variable
335 if( xPhyObject.ulLinkStatusMask != 0U ) in xNetworkInterfaceInitialise()
756 if( pdTRUE == xPhyCheckLinkStatus( &xPhyObject, had_reception ) ) in _deferred_task()
759 if( 0 == xPhyObject.ulLinkStatusMask ) in _deferred_task()
772 vPhyInitialise( &xPhyObject, xTM4C_PhyRead, xTM4C_PhyWrite ); in vMACBProbePhy()
773 xPhyDiscover( &xPhyObject ); in vMACBProbePhy()
774 xPhyConfigure( &xPhyObject, &xPHYProperties ); in vMACBProbePhy()