Searched refs:touch_x (Results 1 – 12 of 12) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/ektf2k/ |
| D | fsl_ektf2k.c | 138 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()
|
| D | fsl_ektf2k.h | 106 status_t EKTF2K_GetSingleTouch(ektf2k_handle_t *handle, int *touch_x, int *touch_y);
|
| /hal_nxp-latest/mcux/mcux-sdk/components/ft3267/ |
| D | fsl_ft3267.c | 95 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()
|
| D | fsl_ft3267.h | 131 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/ |
| D | fsl_ft5406.c | 103 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()
|
| D | fsl_ft5406.h | 97 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/ |
| D | fsl_ft5406_rt.c | 98 …_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()
|
| D | fsl_ft5406_rt.h | 97 …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/ |
| D | fsl_ft6x06.c | 162 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()
|
| D | fsl_ft6x06.h | 145 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/ |
| D | fsl_gt911.c | 256 status_t GT911_GetSingleTouch(gt911_handle_t *handle, int *touch_x, int *touch_y) in GT911_GetSingleTouch() argument 267 *touch_x = in GT911_GetSingleTouch()
|
| D | fsl_gt911.h | 168 status_t GT911_GetSingleTouch(gt911_handle_t *handle, int *touch_x, int *touch_y);
|