Searched refs:touch_thread_entry (Results 1 – 4 of 4) sorted by relevance
| /bsp/stm32/stm32l4r9-st-eval/board/ports/ |
| A D | drv_touch.c | 95 static void touch_thread_entry(void *parameter) in touch_thread_entry() function 165 tid = rt_thread_create("touch", touch_thread_entry, current_driver, 2048, 27, 20); in rt_touch_thread_init()
|
| /bsp/raspberry-pi/raspi4-32/driver/touch/ |
| A D | drv_xpt2046.c | 158 static void touch_thread_entry(void *param) in touch_thread_entry() function 226 touch_thread_entry, RT_NULL, in hw_xpt2046_touch_init()
|
| /bsp/stm32/stm32f407-atk-explorer/board/ports/touch/ |
| A D | drv_touch.c | 108 static void touch_thread_entry(void *parameter) in touch_thread_entry() function 178 tid = rt_thread_create("touch", touch_thread_entry, current_driver, 2048, 27, 20); in rt_touch_thread_init()
|
| /bsp/loongson/ls1cdev/drivers/ |
| A D | touch.c | 407 static void touch_thread_entry(void *parameter) in touch_thread_entry() function 590 touch_thread_entry, RT_NULL, in rtgui_touch_hw_init()
|
Completed in 9 milliseconds