Home
last modified time | relevance | path

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

/bsp/stm32/stm32f407-atk-explorer/board/ports/touch/
A Ddrv_touch_xpt.c74 touch->max_raw_x = 4096; in xpt2046_calibration()
142 touch->max_raw_x = max_x; in xpt2046_calibration()
176 if (temp >= dev->min_raw_x && temp <= dev->max_raw_x) in xpt2046_touch_readpoint()
194 …result->x_coordinate = ((float)x_cum / x_count - dev->min_raw_x) / (dev->max_raw_x - dev->min_raw_… in xpt2046_touch_readpoint()
228 dev_obj->max_raw_x = BSP_XPT2046_MAX_RAW_X; in xpt2046_hw_init()
A Ddrv_touch_xpt.h34 rt_uint16_t max_raw_x; member

Completed in 10 milliseconds