Home
last modified time | relevance | path

Searched refs:ETH_HWRESET_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth_ex.h608 #ifndef ETH_HWRESET_TIMEOUT
609 #define ETH_HWRESET_TIMEOUT 1000U macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth_ex.c1426 if ((HAL_GetTick() - tickstart) > ETH_HWRESET_TIMEOUT) in ETHEx_ESTHWCompletionCheck()