Home
last modified time | relevance | path

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

/bsp/CME_M7/drivers/
A Dapp_phy.c12 #define PHY_BIT_CONTROL_RESET 0x8000 /*!< Control reg : reset */ macro
28 ETH_PhyWrite(PHY_BASE_ADDR, PHY_REG_CONTROL, PHY_BIT_CONTROL_RESET); in phy_Reset()
32 if ((ret & PHY_BIT_CONTROL_RESET) == 0) { in phy_Reset()

Completed in 4 milliseconds