Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/include/
DphyHandling.h154 #define xPhyGetMask( pxPhyObject ) \ macro
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAME5x/
DNetworkInterface.c529 xPhyStartAutoNegotiation( &xPhyObject, xPhyGetMask( &xPhyObject ) ); in prvPHYLinkReset()
541 xPhyFixedValue( &xPhyObject, xPhyGetMask( &xPhyObject ) ); in prvPHYLinkReset()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/DriverSAM/
DNetworkInterface.c655 xPhyStartAutoNegotiation( &xPhyObject, xPhyGetMask( &xPhyObject ) ); in prvEthernetUpdateConfig()
712 xPhyFixedValue( &xPhyObject, xPhyGetMask( &xPhyObject ) ); in prvEthernetUpdateConfig()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/STM32Fxx/
DNetworkInterface.c1142 xPhyStartAutoNegotiation( &xPhyObject, xPhyGetMask( &xPhyObject ) ); in prvEthernetUpdateConfig()
1193 xPhyFixedValue( &xPhyObject, xPhyGetMask( &xPhyObject ) ); in prvEthernetUpdateConfig()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/STM32Hxx/
DNetworkInterface.c466 xPhyStartAutoNegotiation( &xPhyObject, xPhyGetMask( &( xPhyObject ) ) ); in prvEthernetUpdateConfig()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/Common/
DphyHandling.c412 xPhyReset( pxPhyObject, xPhyGetMask( pxPhyObject ) ); in xPhyConfigure()