Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/input/
Dinput_xpt2046.c22 uint16_t max_y; member
159 int32_t my = (config->screen_size_y << 16) / (config->max_y - config->min_y); in xpt2046_work_handler()
160 int32_t cy = (config->screen_size_y << 16) - my * config->max_y; in xpt2046_work_handler()
245 .max_y = DT_INST_PROP(index, max_y), \
257 BUILD_ASSERT(DT_INST_PROP(index, min_y) < DT_INST_PROP(index, max_y), \