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