Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC54018/
DNetworkInterface.c52 #define EXAMPLE_PHY_OPS phylan8720a_ops macro
112 …andle_t phyHandle = { .phyAddr = PHY_ADDRESS, .mdioHandle = &mdioHandle, .ops = &EXAMPLE_PHY_OPS };
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/NXP1060/
DNetworkInterface.c64 #define EXAMPLE_PHY_OPS phyksz8081_ops macro
202 …c phy_handle_t phyHandle = { .phyAddr = 0x00, .mdioHandle = &mdioHandle, .ops = &EXAMPLE_PHY_OPS };