Home
last modified time | relevance | path

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

/bsp/stm32/stm32f407-atk-explorer/board/ports/touch/
A Ddrv_touch.c31 static rt_bool_t touch_down = RT_FALSE; variable
60 touch_down = RT_TRUE; in post_down_event()
61 lv_port_indev_input(x, y, (touch_down == RT_TRUE) ? LV_INDEV_STATE_PR : LV_INDEV_STATE_REL); in post_down_event()
82 lv_port_indev_input(x, y, (touch_down == RT_TRUE) ? LV_INDEV_STATE_PR : LV_INDEV_STATE_REL); in post_motion_event()
103 touch_down = RT_FALSE; in post_up_event()
104 lv_port_indev_input(x, y, (touch_down == RT_TRUE) ? LV_INDEV_STATE_PR : LV_INDEV_STATE_REL); in post_up_event()
A Ddrv_xpt2046_init.c23 static rt_bool_t touch_down = RT_FALSE; variable
/bsp/qemu-vexpress-a9/drivers/
A Ddrv_mouse.c47 static rt_bool_t touch_down = RT_FALSE; variable
139 lv_port_indev_input(x, y, (touch_down == RT_TRUE) ? LV_INDEV_STATE_PR : LV_INDEV_STATE_REL); in push_event_touch_move()
164 touch_down = RT_TRUE; in push_event_touch_begin()
165 lv_port_indev_input(x, y, (touch_down == RT_TRUE) ? LV_INDEV_STATE_PR : LV_INDEV_STATE_REL); in push_event_touch_begin()
189 touch_down = RT_FALSE; in push_event_touch_end()
190 lv_port_indev_input(x, y, (touch_down == RT_TRUE) ? LV_INDEV_STATE_PR : LV_INDEV_STATE_REL); in push_event_touch_end()
/bsp/loongson/ls1cdev/drivers/
A Dtouch.c409 rt_bool_t touch_down = RT_FALSE; in touch_thread_entry() local
443 if(touch_down != RT_TRUE) in touch_thread_entry()
465 touch_down = RT_FALSE; in touch_thread_entry()
472 if(touch_down == RT_FALSE) in touch_thread_entry()
511 if(touch_down == RT_FALSE) in touch_thread_entry()
513 touch_down = RT_TRUE; in touch_thread_entry()
524 touch_down = RT_TRUE; in touch_thread_entry()
/bsp/nxp/lpc/lpc54608-LPCXpresso/drivers/
A Ddrv_ft5406.c233 void touch_down(void) in touch_down() function

Completed in 15 milliseconds