Home
last modified time | relevance | path

Searched refs:pointReg (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/gt911/
Dfsl_gt911.c241 … (void *)handle->pointReg, (*touchPointNum) * sizeof(gt911_point_reg_t)); in GT911_ReadRawTouchData()
268 …(int)(uint16_t)((uint16_t)handle->pointReg[0].lowX + (((uint16_t)handle->pointReg[0].highX) << 8U)… in GT911_GetSingleTouch()
270 …(int)(uint16_t)((uint16_t)handle->pointReg[0].lowY + (((uint16_t)handle->pointReg[0].highY) << 8U)… in GT911_GetSingleTouch()
314 touch_array[i].touchID = handle->pointReg[i].id; in GT911_GetMultiTouch()
315 … touch_array[i].x = handle->pointReg[i].lowX + (((uint16_t)handle->pointReg[i].highX) << 8U); in GT911_GetMultiTouch()
316 … touch_array[i].y = handle->pointReg[i].lowY + (((uint16_t)handle->pointReg[i].highY) << 8U); in GT911_GetMultiTouch()
Dfsl_gt911.h128 gt911_point_reg_t pointReg[GT911_MAX_TOUCHES]; /*!< Buffer to receive touch point raw data. */ member