Home
last modified time | relevance | path

Searched refs:touch_array (Results 1 – 12 of 12) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/ektf2k/
Dfsl_ektf2k.c149 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 …]
Dfsl_ektf2k.h115 status_t EKTF2K_GetMultiTouch(ektf2k_handle_t *handle, touch_point_t touch_array[EKTF2K_MAX_TOUCHES…
/hal_nxp-latest/mcux/mcux-sdk/components/ft3267/
Dfsl_ft3267.c131 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()
Dfsl_ft3267.h144 status_t FT3267_GetMultiTouch(ft3267_handle_t *handle, int *touch_count, touch_point_t touch_array[…
/hal_nxp-latest/mcux/mcux-sdk/components/ft5406/
Dfsl_ft5406.c137 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()
Dfsl_ft5406.h110 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/
Dfsl_ft5406_rt.c135 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()
162touch_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()
Dfsl_ft5406_rt.h112 touch_point_t touch_array[FT5406_RT_MAX_TOUCHES]);
/hal_nxp-latest/mcux/mcux-sdk/components/ft6x06/
Dfsl_ft6x06.c196 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()
Dfsl_ft6x06.h158 status_t FT6X06_GetMultiTouch(ft6x06_handle_t *handle, int *touch_count, touch_point_t touch_array[…
/hal_nxp-latest/mcux/mcux-sdk/components/gt911/
Dfsl_gt911.c285 …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()
315touch_array[i].x = handle->pointReg[i].lowX + (((uint16_t)handle->pointReg[i].highX) << 8U); in GT911_GetMultiTouch()
316touch_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()
Dfsl_gt911.h182 …s_t GT911_GetMultiTouch(gt911_handle_t *handle, uint8_t *touch_count, touch_point_t touch_array[]);