Searched refs:phy_status_timer (Results 1 – 2 of 2) sorted by relevance
237 rt_timer_t phy_status_timer; in phy_monitor_thread_entry() local247 …phy_status_timer = rt_timer_create("PHY_Monitor", phy_poll_status, phy_monitor_handle, RT_TICK_PER… in phy_monitor_thread_entry()249 if (!phy_status_timer || rt_timer_start(phy_status_timer) != RT_EOK) in phy_monitor_thread_entry()
349 rt_timer_t phy_status_timer; in phy_monitor_thread_entry() local359 …phy_status_timer = rt_timer_create("PHY_Monitor", phy_poll_status, phy_monitor_handle, RT_TICK_PER… in phy_monitor_thread_entry()361 if (!phy_status_timer || rt_timer_start(phy_status_timer) != RT_EOK) in phy_monitor_thread_entry()
Completed in 4 milliseconds