Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/
HDethernet_phy.c327 phy_props.phy_result = -1; in ethernet_phy_auto_negotiate()
339 phy_props.phy_result = -2; in ethernet_phy_auto_negotiate()
355 phy_props.phy_result = -3; in ethernet_phy_auto_negotiate()
365 phy_props.phy_result = -4; in ethernet_phy_auto_negotiate()
375 phy_props.phy_result = -5; in ethernet_phy_auto_negotiate()
387 phy_props.phy_result = -6; in ethernet_phy_auto_negotiate()
399 phy_props.phy_result = -7; in ethernet_phy_auto_negotiate()
415 phy_props.phy_result = -8; in ethernet_phy_auto_negotiate()
427 phy_props.phy_result = -9; in ethernet_phy_auto_negotiate()
467 phy_props.phy_result = 1; in ethernet_phy_auto_negotiate()
HDethernet_phy.h275 signed char phy_result; member