Home
last modified time | relevance | path

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

/bsp/stm32/stm32f407-atk-explorer/board/ports/touch/
A Ddrv_touch_xpt.c75 touch->max_raw_y = 4096; in xpt2046_calibration()
143 touch->max_raw_y = max_y; in xpt2046_calibration()
182 if (temp >= dev->min_raw_y && temp <= dev->max_raw_y) in xpt2046_touch_readpoint()
195 …result->y_coordinate = ((float)y_cum / y_count - dev->min_raw_y) / (dev->max_raw_y - dev->min_raw_… in xpt2046_touch_readpoint()
229 dev_obj->max_raw_y = BSP_XPT2046_MAX_RAW_Y; in xpt2046_hw_init()
A Ddrv_touch_xpt.h35 rt_uint16_t max_raw_y; member

Completed in 5 milliseconds