Home
last modified time | relevance | path

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

/bsp/wch/risc-v/ch569w-evt/applications/
A Dtest.c40 static struct rt_thread *gpint_thread = RT_NULL; variable
96 gpint_thread = rt_thread_create("pxith", gpio_int_thread, RT_NULL, in test_gpio_int()
98 if (gpint_thread == RT_NULL) in test_gpio_int()
104 rt_thread_startup(gpint_thread); in test_gpio_int()

Completed in 4 milliseconds