Home
last modified time | relevance | path

Searched refs:touchID (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/ektf2k/
Dfsl_ektf2k.h35 …uint8_t touchID; /*!< Id of the touch point. This numeric value stays constant between down and up… member
Dfsl_ektf2k.c196 touch_array[i].touchID = i; in EKTF2K_GetMultiTouch()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/gt911/
Dfsl_gt911.h51 …uint8_t touchID; /*!< Id of the touch point. This numeric value stays constant between down and up… member
Dfsl_gt911.c291 touch_array[i].touchID = handle->pointReg[i].id; in GT911_GetMultiTouch()