Home
last modified time | relevance | path

Searched refs:touch_y (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
141 *touch_y = data->YL + ((data->XHYH & 0x0FU) << 8U); in EKTF2K_ParseTouchData()
144 status_t EKTF2K_GetSingleTouch(ektf2k_handle_t *handle, int *touch_x, int *touch_y) in EKTF2K_GetSingleTouch() argument
160 *touch_y = touch_array[i].y; 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 …267_GetSingleTouch(ft3267_handle_t *handle, touch_event_t *touch_event, int *touch_x, int *touch_y) in FT3267_GetSingleTouch() argument
116 if (NULL != touch_y) in FT3267_GetSingleTouch()
118 *touch_y = TOUCH_POINT_GET_Y(touch_data->TOUCH[0]); in FT3267_GetSingleTouch()
Dfsl_ft3267.h131 …67_GetSingleTouch(ft3267_handle_t *handle, touch_event_t *touch_event, int *touch_x, int *touch_y);
/hal_nxp-latest/mcux/mcux-sdk/components/ft5406/
Dfsl_ft5406.c103 …406_GetSingleTouch(ft5406_handle_t *handle, touch_event_t *touch_event, int *touch_x, int *touch_y) in FT5406_GetSingleTouch() argument
127 if (touch_y) in FT5406_GetSingleTouch()
129 *touch_y = TOUCH_POINT_GET_Y(touch_data->TOUCH[0]); in FT5406_GetSingleTouch()
Dfsl_ft5406.h97 …06_GetSingleTouch(ft5406_handle_t *handle, touch_event_t *touch_event, int *touch_x, int *touch_y);
/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
123 if (NULL != touch_y) in FT5406_RT_GetSingleTouch()
125 *touch_y = (int)(uint16_t)TOUCH_POINT_GET_Y(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 …X06_GetSingleTouch(ft6x06_handle_t *handle, touch_event_t *touch_event, int *touch_x, int *touch_y) in FT6X06_GetSingleTouch() argument
186 if (touch_y) in FT6X06_GetSingleTouch()
188 *touch_y = TOUCH_POINT_GET_Y(touch_data->TOUCH[0]); in FT6X06_GetSingleTouch()
Dfsl_ft6x06.h145 …06_GetSingleTouch(ft6x06_handle_t *handle, touch_event_t *touch_event, int *touch_x, int *touch_y);
/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
269 *touch_y = in GT911_GetSingleTouch()
Dfsl_gt911.h168 status_t GT911_GetSingleTouch(gt911_handle_t *handle, int *touch_x, int *touch_y);