Home
last modified time | relevance | path

Searched defs:gt911_point_reg_t (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/drivers/input/
Dinput_gt911.c65 struct gt911_point_reg_t { struct
66 uint8_t id; /*!< Track ID. */
67 uint8_t lowX; /*!< Low byte of x coordinate. */
68 uint8_t highX; /*!< High byte of x coordinate. */
69 uint8_t lowY; /*!< Low byte of y coordinate. */
70 uint8_t highY; /*!< High byte of x coordinate. */
71 uint8_t lowSize; /*!< Low byte of point size. */
72 uint8_t highSize; /*!< High byte of point size. */
73 uint8_t reserved; /*!< Reserved. */