Searched refs:PHY_LINKED_STATUS (Results 1 – 8 of 8) sorted by relevance
214 #define PHY_LINKED_STATUS ((uint16_t)0x0004) /*!< Valid link established … macro
221 #define PHY_LINKED_STATUS ((uint16_t)0x0004) /*!< Valid link established … macro
251 #define PHY_LINKED_STATUS ((uint16_t)0x0004) /*!< Valid link established … macro
249 #define PHY_LINKED_STATUS ((uint16_t)0x0004U) /*!< Valid link established … macro
365 } while (((phyreg & PHY_LINKED_STATUS) != PHY_LINKED_STATUS)); in HAL_ETH_Init()
369 } while (((phyreg & PHY_LINKED_STATUS) != PHY_LINKED_STATUS)); in HAL_ETH_Init()
356 while (((phyreg & PHY_LINKED_STATUS) != PHY_LINKED_STATUS)); in HAL_ETH_Init()
362 while (((phyreg & PHY_LINKED_STATUS) != PHY_LINKED_STATUS)); in HAL_ETH_Init()