Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/input/
Dinput_gt911.c73 uint8_t high_x; /*!< High byte of x coordinate. */ member
163 col = ((point_reg[i].high_x) << 8U) | point_reg[i].low_x; in gt911_process()
185 col = ((prev_point_reg[i].high_x) << 8U) | prev_point_reg[i].low_x; in gt911_process()