Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/
HDethernet_phy.c170 uint8_t uc_phy; in ethernet_phy_init() local
183 uc_phy = ethernet_phy_find_valid( p_gmac, uc_phy_addr, 0 ); in ethernet_phy_init()
185 if( uc_phy == 0xFF ) in ethernet_phy_init()
190 if( uc_phy != uc_phy_addr ) in ethernet_phy_init()
195 phy_props.phy_chn = uc_phy; in ethernet_phy_init()
196 return uc_phy; in ethernet_phy_init()