Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/input/
Dinput_xpt2046.c21 uint16_t max_x; member
153 int32_t mx = (config->screen_size_x << 16) / (config->max_x - config->min_x); in xpt2046_work_handler()
154 int32_t cx = (config->screen_size_x << 16) - mx * config->max_x; in xpt2046_work_handler()
244 .max_x = DT_INST_PROP(index, max_x), \
255 BUILD_ASSERT(DT_INST_PROP(index, min_x) < DT_INST_PROP(index, max_x), \