Home
last modified time | relevance | path

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

/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_ETH_Driver/src/
A Dapm32f10x_eth.c233 … while (!(ETH_ReadPHYRegister(addr, PHY_BSR) & PHY_LINKED_STATUS) && (timeout < PHY_READ_TIMEOUT)); in ETH_Config()
236 if (timeout == PHY_READ_TIMEOUT) in ETH_Config()
255 …ReadPHYRegister(addr, PHY_BSR) & PHY_AUTONEGO_COMPLETE) && (timeout < (uint32_t)PHY_READ_TIMEOUT)); in ETH_Config()
258 if (timeout == PHY_READ_TIMEOUT) in ETH_Config()
485 while ((ETH->ADDR_B.MB == SET) && (timeout < PHY_READ_TIMEOUT)); in ETH_ReadPHYRegister()
487 if (timeout == PHY_READ_TIMEOUT) in ETH_ReadPHYRegister()
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_ETH_Driver/src/
A Dapm32f4xx_eth.c228 … } while(!(ETH_ReadPHYRegister(addr,PHY_BSR) & PHY_LINKED_STATUS) && (timeout < PHY_READ_TIMEOUT)); in ETH_Config()
231 if(timeout == PHY_READ_TIMEOUT) in ETH_Config()
249 …ReadPHYRegister(addr, PHY_BSR) & PHY_AUTONEGO_COMPLETE) && (timeout < (uint32_t)PHY_READ_TIMEOUT)); in ETH_Config()
252 if(timeout == PHY_READ_TIMEOUT) in ETH_Config()
509 } while ((ETH->ADDR_B.MB == SET) && (timeout < PHY_READ_TIMEOUT)); in ETH_ReadPHYRegister()
511 if(timeout == PHY_READ_TIMEOUT) in ETH_ReadPHYRegister()
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_ETH_Driver/inc/
A Dapm32f10x_eth.h1079 #define PHY_READ_TIMEOUT ((uint32_t)0x0004FFFF) macro
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_ETH_Driver/inc/
A Dapm32f4xx_eth.h1079 #define PHY_READ_TIMEOUT ((uint32_t)0x0004FFFF) macro
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/
A Dhal_eth.h266 #define PHY_READ_TIMEOUT ((u32)0x0004FFFF) macro

Completed in 29 milliseconds