Searched defs:gt911_point_reg_t (Results 1 – 1 of 1) sorted by relevance
65 struct gt911_point_reg_t { struct66 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. */