Home
last modified time | relevance | path

Searched refs:PHY_READ_TO (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_conf.h194 #define PHY_READ_TO 0x0000FFFFU macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_conf.h201 #define PHY_READ_TO 0x0000FFFFU macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_conf.h224 #define PHY_READ_TO 0x0000FFFFU macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_conf.h227 #define PHY_READ_TO 0x0000FFFFU macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_eth.c1327 if ((HAL_GetTick() - tickstart) > PHY_READ_TO) in HAL_ETH_ReadPHYRegister()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/
Dstm32f7xx_hal_eth.c1334 if((HAL_GetTick() - tickstart ) > PHY_READ_TO) in HAL_ETH_ReadPHYRegister()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_eth.c1321 if ((HAL_GetTick() - tickstart) > PHY_READ_TO) in HAL_ETH_ReadPHYRegister()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/Legacy/
Dstm32f4xx_hal_eth.c1333 if((HAL_GetTick() - tickstart ) > PHY_READ_TO) in HAL_ETH_ReadPHYRegister()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_eth.c2109 if ((HAL_GetTick() - tickstart) > PHY_READ_TO) in HAL_ETH_ReadPHYRegister()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_eth.c2109 if ((HAL_GetTick() - tickstart) > PHY_READ_TO) in HAL_ETH_ReadPHYRegister()