Searched refs:can_rx_thread (Results 1 – 5 of 5) sorted by relevance
| /bsp/renesas/ra6m3-hmi-board/board/ports/ |
| A D | can_test.c | 28 static void can_rx_thread(void *parameter) in can_rx_thread() function 109 thread = rt_thread_create("can_rx", can_rx_thread, RT_NULL, 1024, 25, 10); in can_sample()
|
| /bsp/phytium/libraries/drivers_example/ |
| A D | can_sample.c | 21 static void can_rx_thread(void *parameter) in can_rx_thread() function 97 thread = rt_thread_create("can_rx", can_rx_thread, RT_NULL, 4096, 25, 10); in can_sample()
|
| /bsp/hc32/tests/ |
| A D | test_can.c | 102 static void can_rx_thread(void *parameter) in can_rx_thread() function 366 rx_thread = rt_thread_create("can_rx", can_rx_thread, RT_NULL, 2048, 15, 10); in can_sample()
|
| /bsp/synwit/swm341-mini/applications/ |
| A D | main.c | 140 static void can_rx_thread(void *parameter) in can_rx_thread() function 214 thread = rt_thread_create("can_rx", can_rx_thread, RT_NULL, 1024, 25, 10); in can_sample()
|
| /bsp/ht32/ht32f53252/applications/ |
| A D | test.c | 843 static void can_rx_thread(void *parameter) in can_rx_thread() function 924 thread = rt_thread_create("can_rx", can_rx_thread, RT_NULL, 1024, 25, 10); in can_test()
|
Completed in 9 milliseconds