Home
last modified time | relevance | path

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

/bsp/hc32/tests/
A Dtest_can.c71 static rt_thread_t rx_thread; variable
364 if (rx_thread == RT_NULL) in can_sample()
366 rx_thread = rt_thread_create("can_rx", can_rx_thread, RT_NULL, 2048, 15, 10); in can_sample()
367 if (rx_thread != RT_NULL) in can_sample()
369 rt_thread_startup(rx_thread); in can_sample()

Completed in 3 milliseconds