Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/LPC54018/
DNetworkInterface.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()