Home
last modified time | relevance | path

Searched refs:phy_status_timer (Results 1 – 2 of 2) sorted by relevance

/bsp/hpmicro/hpm6300evk/board/
A Deth_phy_port.c237 rt_timer_t phy_status_timer; in phy_monitor_thread_entry() local
247phy_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()
/bsp/hpmicro/libraries/drivers/
A Ddrv_enet_phy.c349 rt_timer_t phy_status_timer; in phy_monitor_thread_entry() local
359phy_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