Home
last modified time | relevance | path

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

/bsp/stm32/stm32l4r9-st-eval/board/ports/include/
A Ddrv_touch.h36 rt_err_t (* read_point)(touch_msg_t); member
/bsp/stm32/stm32f407-atk-explorer/board/ports/touch/
A Ddrv_touch.h37 rt_err_t (* read_point)(touch_msg_t); member
A Ddrv_touch.c121 while(touch->ops->read_point(&msg) == RT_EOK) in touch_thread_entry()
/bsp/loongson/ls1cdev/drivers/
A Ddrv_touch.h35 rt_err_t (*read_point)(touch_message_t); member
A Ddrv_touch_gt9xx.c219 .read_point = gt9xx_read_point,
A Ddrv_touch.c175 if (current_driver->ops->read_point(&msg) != RT_EOK) in touch_run()
/bsp/allwinner/libraries/drivers/touch/
A Ddrv_touch.h23 rt_err_t (*read_point)(struct rt_touch_data *touch_data, rt_size_t touch_num); member
A Ddrv_touch_gt9xx.c230 .read_point = gt9xx_read_point,
A Ddrv_touch.c162 current_driver->ops->read_point(data, touch_num); in touch_readpoint()
/bsp/stm32/stm32l4r9-st-eval/board/ports/
A Ddrv_touch.c108 while(touch->ops->read_point(&msg) == RT_EOK) in touch_thread_entry()

Completed in 88 milliseconds