Home
last modified time | relevance | path

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

/bsp/hpmicro/hpm6300evk/board/
A Deth_phy_port.c258 rt_thread_t thread_phy_monitor; in phy_device_register() local
285thread_phy_monitor = rt_thread_create("PHY Monitor", phy_monitor_thread_entry, &phy_monitor_handle… in phy_device_register()
287 if (thread_phy_monitor != RT_NULL) in phy_device_register()
289 rt_thread_startup(thread_phy_monitor); in phy_device_register()
/bsp/hpmicro/libraries/drivers/
A Ddrv_enet_phy.c370 rt_thread_t thread_phy_monitor; in phy_device_register() local
394thread_phy_monitor = rt_thread_create("PHY Monitor", phy_monitor_thread_entry, &phy_monitor_handle… in phy_device_register()
396 if (thread_phy_monitor != RT_NULL) in phy_device_register()
398 rt_thread_startup(thread_phy_monitor); in phy_device_register()

Completed in 5 milliseconds