Searched refs:highX (Results 1 – 2 of 2) sorted by relevance
268 …int)(uint16_t)((uint16_t)handle->pointReg[0].lowX + (((uint16_t)handle->pointReg[0].highX) << 8U)); in GT911_GetSingleTouch()315 … touch_array[i].x = handle->pointReg[i].lowX + (((uint16_t)handle->pointReg[i].highX) << 8U); in GT911_GetMultiTouch()
100 uint8_t highX; /*!< High byte of x coordinate. */ member