Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/ektf2k/
Dfsl_ektf2k.c138 static void EKTF2K_ParseTouchData(const ektf2k_touch_point_t *data, int *touch_x, int *touch_y) in EKTF2K_ParseTouchData() argument
140 *touch_x = data->XL + ((data->XHYH & 0xF0U) << 4U); in EKTF2K_ParseTouchData()
144 status_t EKTF2K_GetSingleTouch(ektf2k_handle_t *handle, int *touch_x, int *touch_y) in EKTF2K_GetSingleTouch() argument
159 *touch_x = touch_array[i].x; in EKTF2K_GetSingleTouch()
Dfsl_ektf2k.h106 status_t EKTF2K_GetSingleTouch(ektf2k_handle_t *handle, int *touch_x, int *touch_y);
/hal_nxp-latest/mcux/mcux-sdk/components/ft3267/
Dfsl_ft3267.c95 status_t FT3267_GetSingleTouch(ft3267_handle_t *handle, touch_event_t *touch_event, int *touch_x, i… in FT3267_GetSingleTouch() argument
112 if (NULL != touch_x) in FT3267_GetSingleTouch()
114 *touch_x = TOUCH_POINT_GET_X(touch_data->TOUCH[0]); in FT3267_GetSingleTouch()
Dfsl_ft3267.h131 status_t FT3267_GetSingleTouch(ft3267_handle_t *handle, touch_event_t *touch_event, int *touch_x, i…
/hal_nxp-latest/mcux/mcux-sdk/components/ft5406/
Dfsl_ft5406.c103 status_t FT5406_GetSingleTouch(ft5406_handle_t *handle, touch_event_t *touch_event, int *touch_x, i… in FT5406_GetSingleTouch() argument
123 if (touch_x) in FT5406_GetSingleTouch()
125 *touch_x = TOUCH_POINT_GET_X(touch_data->TOUCH[0]); in FT5406_GetSingleTouch()
Dfsl_ft5406.h97 status_t FT5406_GetSingleTouch(ft5406_handle_t *handle, touch_event_t *touch_event, int *touch_x, i…
/hal_nxp-latest/mcux/mcux-sdk/components/ft5406_rt/
Dfsl_ft5406_rt.c98 …_GetSingleTouch(ft5406_rt_handle_t *handle, touch_event_t *touch_event, int *touch_x, int *touch_y) in FT5406_RT_GetSingleTouch() argument
119 if (NULL != touch_x) in FT5406_RT_GetSingleTouch()
121 *touch_x = (int)(uint16_t)TOUCH_POINT_GET_X(touch_data->TOUCH[0]); in FT5406_RT_GetSingleTouch()
Dfsl_ft5406_rt.h97 …GetSingleTouch(ft5406_rt_handle_t *handle, touch_event_t *touch_event, int *touch_x, int *touch_y);
/hal_nxp-latest/mcux/mcux-sdk/components/ft6x06/
Dfsl_ft6x06.c162 status_t FT6X06_GetSingleTouch(ft6x06_handle_t *handle, touch_event_t *touch_event, int *touch_x, i… in FT6X06_GetSingleTouch() argument
182 if (touch_x) in FT6X06_GetSingleTouch()
184 *touch_x = TOUCH_POINT_GET_X(touch_data->TOUCH[0]); in FT6X06_GetSingleTouch()
Dfsl_ft6x06.h145 status_t FT6X06_GetSingleTouch(ft6x06_handle_t *handle, touch_event_t *touch_event, int *touch_x, i…
/hal_nxp-latest/mcux/mcux-sdk/components/gt911/
Dfsl_gt911.c256 status_t GT911_GetSingleTouch(gt911_handle_t *handle, int *touch_x, int *touch_y) in GT911_GetSingleTouch() argument
267 *touch_x = in GT911_GetSingleTouch()
Dfsl_gt911.h168 status_t GT911_GetSingleTouch(gt911_handle_t *handle, int *touch_x, int *touch_y);