Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_eth.h49 #ifndef ETH_SWRESET_TIMEOUT
50 #define ETH_SWRESET_TIMEOUT 500U macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_eth.h49 #ifndef ETH_SWRESET_TIMEOUT
50 #define ETH_SWRESET_TIMEOUT 500U macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_eth.h49 #ifndef ETH_SWRESET_TIMEOUT
50 #define ETH_SWRESET_TIMEOUT 500U macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth.h72 #ifndef ETH_SWRESET_TIMEOUT
73 #define ETH_SWRESET_TIMEOUT 500U macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_eth.c215 #define ETH_SWRESET_TIMEOUT 500U macro
385 if (((HAL_GetTick() - tickstart) > ETH_SWRESET_TIMEOUT)) in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/Legacy/
Dstm32h7xx_hal_eth.c185 #define ETH_SWRESET_TIMEOUT ((uint32_t)500U) macro
339 if(((HAL_GetTick() - tickstart ) > ETH_SWRESET_TIMEOUT)) in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_eth.c215 #define ETH_SWRESET_TIMEOUT 500U macro
385 if (((HAL_GetTick() - tickstart) > ETH_SWRESET_TIMEOUT)) in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_eth.c363 if (((HAL_GetTick() - tickstart) > ETH_SWRESET_TIMEOUT)) in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_eth.c363 if (((HAL_GetTick() - tickstart) > ETH_SWRESET_TIMEOUT)) in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_eth.c363 if (((HAL_GetTick() - tickstart) > ETH_SWRESET_TIMEOUT)) in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth.c369 if (((HAL_GetTick() - tickstart) > ETH_SWRESET_TIMEOUT)) in HAL_ETH_Init()