Searched defs:gt911_point_reg (Results 1 – 1 of 1) sorted by relevance
70 struct gt911_point_reg { struct71 uint8_t id; /*!< Track ID. */72 uint8_t low_x; /*!< Low byte of x coordinate. */73 uint8_t high_x; /*!< High byte of x coordinate. */74 uint8_t low_y; /*!< Low byte of y coordinate. */75 uint8_t high_y; /*!< High byte of x coordinate. */76 uint8_t low_size; /*!< Low byte of point size. */77 uint8_t high_size; /*!< High byte of point size. */78 uint8_t reserved; /*!< Reserved. */