Home
last modified time | relevance | path

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

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/include/
Dgd32e50x_enet.h105 #define PHY_SPEED_STATUS ((uint16_t)0x0004) /*!< configured inf… macro
109 #define PHY_SPEED_STATUS ((uint16_t)0x0002) /*!< configured inf… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_enet.h107 #define PHY_SPEED_STATUS ((uint16_t)0x0004) /*!< configured inf… macro
111 #define PHY_SPEED_STATUS ((uint16_t)0x0002) /*!< configured inf… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_enet.c402 if((uint16_t)RESET != (phy_value & PHY_SPEED_STATUS)) { in enet_init()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/source/
Dgd32e50x_enet.c401 if((uint16_t)RESET !=(phy_value & PHY_SPEED_STATUS)){ in enet_init()