Searched refs:max_x (Results 1 – 1 of 1) sorted by relevance
21 uint16_t max_x; member153 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), \