Searched refs:lowY (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()
101 uint8_t lowY; /*!< Low byte of y coordinate. */ member