Home
last modified time | relevance | path

Searched refs:detected_count (Results 1 – 6 of 6) sorted by relevance

/bsp/hpmicro/hpm6300evk/board/
A Deth_phy_port.c199 uint8_t detected_count = 0; in phy_detection() local
224 detected_count++; in phy_detection()
227 if (detected_count > 3) in phy_detection()
/bsp/nxp/mcx/mcxn/Libraries/drivers/
A Ddrv_eth.c285 uint8_t detected_count = 0; in phy_monitor_thread_entry() local
303 detected_count++; in phy_monitor_thread_entry()
306 if (detected_count > 10) in phy_monitor_thread_entry()
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_eth.c492 uint8_t detected_count = 0; in phy_monitor_thread_entry() local
514 detected_count++; in phy_monitor_thread_entry()
517 if (detected_count > 10) in phy_monitor_thread_entry()
/bsp/hc32/libraries/hc32_drivers/
A Ddrv_eth.c476 uint8_t detected_count = 0; in hc32_phy_monitor_thread() local
493 detected_count++; in hc32_phy_monitor_thread()
495 if (detected_count > 10) in hc32_phy_monitor_thread()
/bsp/apm32/libraries/Drivers/
A Ddrv_eth.c681 uint8_t detected_count = 0; in phy_monitor_thread_entry() local
698 detected_count++; in phy_monitor_thread_entry()
701 if (detected_count > 10) in phy_monitor_thread_entry()
/bsp/at32/libraries/rt_drivers/
A Ddrv_emac.c898 uint8_t detected_count = 0; in phy_monitor_thread_entry() local
915 detected_count++; in phy_monitor_thread_entry()
918 if (detected_count > 10) in phy_monitor_thread_entry()

Completed in 19 milliseconds