Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/input/
Dinput_stmpe811.c132 uint32_t touch_x; member
327 data->touch_x = (uldata_xy >> 12U) & BIT_MASK(12); in stmpe811_ts_get_data()
338 int x = data->touch_x; in stmpe811_report_touch()
342 x = (((int)data->touch_x - config->raw_x_min) * common->screen_width) / in stmpe811_report_touch()