Searched refs:detected_count (Results 1 – 6 of 6) sorted by relevance
199 uint8_t detected_count = 0; in phy_detection() local224 detected_count++; in phy_detection()227 if (detected_count > 3) in phy_detection()
285 uint8_t detected_count = 0; in phy_monitor_thread_entry() local303 detected_count++; in phy_monitor_thread_entry()306 if (detected_count > 10) in phy_monitor_thread_entry()
492 uint8_t detected_count = 0; in phy_monitor_thread_entry() local514 detected_count++; in phy_monitor_thread_entry()517 if (detected_count > 10) in phy_monitor_thread_entry()
476 uint8_t detected_count = 0; in hc32_phy_monitor_thread() local493 detected_count++; in hc32_phy_monitor_thread()495 if (detected_count > 10) in hc32_phy_monitor_thread()
681 uint8_t detected_count = 0; in phy_monitor_thread_entry() local698 detected_count++; in phy_monitor_thread_entry()701 if (detected_count > 10) in phy_monitor_thread_entry()
898 uint8_t detected_count = 0; in phy_monitor_thread_entry() local915 detected_count++; in phy_monitor_thread_entry()918 if (detected_count > 10) in phy_monitor_thread_entry()
Completed in 19 milliseconds