Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_eth.c152 #define ETH_TIMEOUT_AUTONEGO_COMPLETED 5000U macro
390 if ((HAL_GetTick() - tickstart) > ETH_TIMEOUT_AUTONEGO_COMPLETED) in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/
Dstm32f7xx_hal_eth.c151 #define ETH_TIMEOUT_AUTONEGO_COMPLETED ((uint32_t)5000) macro
393 if((HAL_GetTick() - tickstart ) > ETH_TIMEOUT_AUTONEGO_COMPLETED) in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_eth.c154 #define ETH_TIMEOUT_AUTONEGO_COMPLETED 5000U macro
384 if ((HAL_GetTick() - tickstart) > ETH_TIMEOUT_AUTONEGO_COMPLETED) in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/Legacy/
Dstm32f4xx_hal_eth.c155 #define ETH_TIMEOUT_AUTONEGO_COMPLETED 5000U macro
397 if((HAL_GetTick() - tickstart ) > ETH_TIMEOUT_AUTONEGO_COMPLETED) in HAL_ETH_Init()