Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/input/
Dinput_stmpe811.c125 uint16_t raw_y_max; member
345 (config->raw_y_max - config->raw_y_min); in stmpe811_report_touch()
528 BUILD_ASSERT(DT_INST_PROP_OR(index, raw_y_max, 4096) > \
540 .raw_y_max = DT_INST_PROP_OR(index, raw_y_max, 4096), \