Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_eth.c150 #define ETH_TIMEOUT_SWRESET 500U macro
268 if ((HAL_GetTick() - tickstart) > ETH_TIMEOUT_SWRESET) in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/
Dstm32f7xx_hal_eth.c149 #define ETH_TIMEOUT_SWRESET ((uint32_t)500) macro
266 if((HAL_GetTick() - tickstart ) > ETH_TIMEOUT_SWRESET) in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_eth.c152 #define ETH_TIMEOUT_SWRESET 500U macro
267 if ((HAL_GetTick() - tickstart) > ETH_TIMEOUT_SWRESET) in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/Legacy/
Dstm32f4xx_hal_eth.c153 #define ETH_TIMEOUT_SWRESET 500U macro
271 if((HAL_GetTick() - tickstart ) > ETH_TIMEOUT_SWRESET) in HAL_ETH_Init()