Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/gt911/
Dfsl_gt911.c270 …(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()
Dfsl_gt911.h101 uint8_t lowY; /*!< Low byte of y coordinate. */ member