Searched refs:touch_array (Results 1 – 12 of 12) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/ektf2k/ |
| D | fsl_ektf2k.c | 149 touch_point_t touch_array[EKTF2K_MAX_TOUCHES]; in EKTF2K_GetSingleTouch() local 151 status = EKTF2K_GetMultiTouch(handle, touch_array); in EKTF2K_GetSingleTouch() 157 if (touch_array[i].valid) in EKTF2K_GetSingleTouch() 159 *touch_x = touch_array[i].x; in EKTF2K_GetSingleTouch() 160 *touch_y = touch_array[i].y; in EKTF2K_GetSingleTouch() 174 status_t EKTF2K_GetMultiTouch(ektf2k_handle_t *handle, touch_point_t touch_array[EKTF2K_MAX_TOUCHES… in EKTF2K_GetMultiTouch() 182 touch_array[i].valid = false; in EKTF2K_GetMultiTouch() 196 touch_array[i].touchID = i; in EKTF2K_GetMultiTouch() 201 touch_array[i].x = x; in EKTF2K_GetMultiTouch() 202 touch_array[i].y = y; in EKTF2K_GetMultiTouch() [all …]
|
| D | fsl_ektf2k.h | 115 status_t EKTF2K_GetMultiTouch(ektf2k_handle_t *handle, touch_point_t touch_array[EKTF2K_MAX_TOUCHES…
|
| /hal_nxp-latest/mcux/mcux-sdk/components/ft3267/ |
| D | fsl_ft3267.c | 131 status_t FT3267_GetMultiTouch(ft3267_handle_t *handle, int *touch_count, touch_point_t touch_array[… in FT3267_GetMultiTouch() 158 touch_array[i].TOUCH_ID = TOUCH_POINT_GET_ID(touch_data->TOUCH[i]); in FT3267_GetMultiTouch() 159 touch_array[i].TOUCH_EVENT = TOUCH_POINT_GET_EVENT(touch_data->TOUCH[i]); in FT3267_GetMultiTouch() 160 touch_array[i].TOUCH_X = TOUCH_POINT_GET_X(touch_data->TOUCH[i]); in FT3267_GetMultiTouch() 161 touch_array[i].TOUCH_Y = TOUCH_POINT_GET_Y(touch_data->TOUCH[i]); in FT3267_GetMultiTouch() 167 touch_array[i].TOUCH_ID = 0; in FT3267_GetMultiTouch() 168 touch_array[i].TOUCH_EVENT = kTouch_Reserved; in FT3267_GetMultiTouch() 169 touch_array[i].TOUCH_X = 0; in FT3267_GetMultiTouch() 170 touch_array[i].TOUCH_Y = 0; in FT3267_GetMultiTouch()
|
| D | fsl_ft3267.h | 144 status_t FT3267_GetMultiTouch(ft3267_handle_t *handle, int *touch_count, touch_point_t touch_array[…
|
| /hal_nxp-latest/mcux/mcux-sdk/components/ft5406/ |
| D | fsl_ft5406.c | 137 status_t FT5406_GetMultiTouch(ft5406_handle_t *handle, int *touch_count, touch_point_t touch_array[… in FT5406_GetMultiTouch() 163 touch_array[i].TOUCH_ID = TOUCH_POINT_GET_ID(touch_data->TOUCH[i]); in FT5406_GetMultiTouch() 164 touch_array[i].TOUCH_EVENT = TOUCH_POINT_GET_EVENT(touch_data->TOUCH[i]); in FT5406_GetMultiTouch() 165 touch_array[i].TOUCH_X = TOUCH_POINT_GET_X(touch_data->TOUCH[i]); in FT5406_GetMultiTouch() 166 touch_array[i].TOUCH_Y = TOUCH_POINT_GET_Y(touch_data->TOUCH[i]); in FT5406_GetMultiTouch() 172 touch_array[i].TOUCH_ID = 0; in FT5406_GetMultiTouch() 173 touch_array[i].TOUCH_EVENT = kTouch_Reserved; in FT5406_GetMultiTouch() 174 touch_array[i].TOUCH_X = 0; in FT5406_GetMultiTouch() 175 touch_array[i].TOUCH_Y = 0; in FT5406_GetMultiTouch()
|
| D | fsl_ft5406.h | 110 status_t FT5406_GetMultiTouch(ft5406_handle_t *handle, int *touch_count, touch_point_t touch_array[…
|
| /hal_nxp-latest/mcux/mcux-sdk/components/ft5406_rt/ |
| D | fsl_ft5406_rt.c | 135 touch_point_t touch_array[FT5406_RT_MAX_TOUCHES]) in FT5406_RT_GetMultiTouch() 161 touch_array[i].TOUCH_ID = TOUCH_POINT_GET_ID(touch_data->TOUCH[i]); in FT5406_RT_GetMultiTouch() 162 … touch_array[i].TOUCH_EVENT = (touch_event_t)(uint8_t)TOUCH_POINT_GET_EVENT(touch_data->TOUCH[i]); in FT5406_RT_GetMultiTouch() 163 touch_array[i].TOUCH_X = TOUCH_POINT_GET_X(touch_data->TOUCH[i]); in FT5406_RT_GetMultiTouch() 164 touch_array[i].TOUCH_Y = TOUCH_POINT_GET_Y(touch_data->TOUCH[i]); in FT5406_RT_GetMultiTouch() 170 touch_array[i].TOUCH_ID = 0; in FT5406_RT_GetMultiTouch() 171 touch_array[i].TOUCH_EVENT = kTouch_Reserved; in FT5406_RT_GetMultiTouch() 172 touch_array[i].TOUCH_X = 0; in FT5406_RT_GetMultiTouch() 173 touch_array[i].TOUCH_Y = 0; in FT5406_RT_GetMultiTouch()
|
| D | fsl_ft5406_rt.h | 112 touch_point_t touch_array[FT5406_RT_MAX_TOUCHES]);
|
| /hal_nxp-latest/mcux/mcux-sdk/components/ft6x06/ |
| D | fsl_ft6x06.c | 196 status_t FT6X06_GetMultiTouch(ft6x06_handle_t *handle, int *touch_count, touch_point_t touch_array[… in FT6X06_GetMultiTouch() 221 touch_array[i].TOUCH_ID = TOUCH_POINT_GET_ID(touch_data->TOUCH[i]); in FT6X06_GetMultiTouch() 222 touch_array[i].TOUCH_EVENT = TOUCH_POINT_GET_EVENT(touch_data->TOUCH[i]); in FT6X06_GetMultiTouch() 223 touch_array[i].TOUCH_X = TOUCH_POINT_GET_X(touch_data->TOUCH[i]); in FT6X06_GetMultiTouch() 224 touch_array[i].TOUCH_Y = TOUCH_POINT_GET_Y(touch_data->TOUCH[i]); in FT6X06_GetMultiTouch() 230 touch_array[i].TOUCH_ID = 0; in FT6X06_GetMultiTouch() 231 touch_array[i].TOUCH_EVENT = kTouch_Reserved; in FT6X06_GetMultiTouch() 232 touch_array[i].TOUCH_X = 0; in FT6X06_GetMultiTouch() 233 touch_array[i].TOUCH_Y = 0; in FT6X06_GetMultiTouch()
|
| D | fsl_ft6x06.h | 158 status_t FT6X06_GetMultiTouch(ft6x06_handle_t *handle, int *touch_count, touch_point_t touch_array[…
|
| /hal_nxp-latest/mcux/mcux-sdk/components/gt911/ |
| D | fsl_gt911.c | 285 …us_t GT911_GetMultiTouch(gt911_handle_t *handle, uint8_t *touch_count, touch_point_t touch_array[]) in GT911_GetMultiTouch() argument 313 touch_array[i].valid = true; in GT911_GetMultiTouch() 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() 321 touch_array[i].valid = false; in GT911_GetMultiTouch()
|
| D | fsl_gt911.h | 182 …s_t GT911_GetMultiTouch(gt911_handle_t *handle, uint8_t *touch_count, touch_point_t touch_array[]);
|