Home
last modified time | relevance | path

Searched refs:abs_y_max (Results 1 – 3 of 3) sorted by relevance

/bsp/hpmicro/libraries/hpm_sdk/components/touch/gt9xx/
A Dhpm_gt9xx.c101 context->abs_y_max = config[GT9XX_CONFIG_DATA_RESOLUTION_YH]; in gt9xx_init()
102 context->abs_y_max <<= 8; in gt9xx_init()
103 context->abs_y_max |= config[GT9XX_CONFIG_DATA_RESOLUTION_YL]; in gt9xx_init()
A Dhpm_gt9xx.h91 uint16_t abs_y_max; member
A Dhpm_touch_gt9xx.c41 points[i].y = gt9xx.abs_y_max - points[i].y; in touch_get_data()

Completed in 8 milliseconds