Home
last modified time | relevance | path

Searched refs:phyHandle (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC54018/
HDNetworkInterface.c112 static phy_handle_t phyHandle = { .phyAddr = PHY_ADDRESS, .mdioHandle = &mdioHandle, .ops = &EXAMPL… variable
186 PHY_GetLinkStatus( &phyHandle, &g_linkStatus ); in rx_task()
255 status_t status = PHY_Init( &phyHandle, &phyConfig ); in xNetworkInterfaceInitialise()
291 PHY_GetLinkSpeedDuplex( &phyHandle, &speed, &duplex ); in xNetworkInterfaceInitialise()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/NXP1060/
HDNetworkInterface.c202 static phy_handle_t phyHandle = { .phyAddr = 0x00, .mdioHandle = &mdioHandle, .ops = &EXAMPLE_PHY_O… variable
345 xStatus = PHY_GetLinkSpeedDuplex( &phyHandle, &speed, &duplex ); in prvNXP1060_NetworkInterfaceInitialise()
512 readStatus = PHY_GetLinkStatus( &phyHandle, &bLinkUp ); in prvEMACHandlerTask()
710 xStatus = PHY_Init( &phyHandle, pxConfig ); in xSetupPHY()
737 xStatus = PHY_GetLinkStatus( &phyHandle, &bLinkUp ); in xWaitPHY()
775 xStatus = PHY_GetAutoNegotiationStatus( &phyHandle, &bAutoNegotiationComplete ); in xWaitPHY()
856 sysClock = phyHandle.mdioHandle->resource.csrClock_Hz; in xEMACInit()