Home
last modified time | relevance | path

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

/bsp/wch/risc-v/ch569w-evt/applications/
A Dtest.c367 static struct rt_thread *udvcom_thread; variable
395 udvcom_thread = rt_thread_create("udvcom", usbd_vcom_thread, vcom, in test_usbd()
397 if (udvcom_thread != RT_NULL) in test_usbd()
398 rt_thread_startup(udvcom_thread); in test_usbd()

Completed in 5 milliseconds