Searched refs:touch_y (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 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()
|
| 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 …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()
|
| D | fsl_ft3267.h | 131 …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/ |
| D | fsl_ft5406.c | 103 …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()
|
| D | fsl_ft5406.h | 97 …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/ |
| 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 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()
|
| 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 …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()
|
| D | fsl_ft6x06.h | 145 …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/ |
| D | fsl_gt911.c | 256 status_t GT911_GetSingleTouch(gt911_handle_t *handle, int *touch_x, int *touch_y) in GT911_GetSingleTouch() argument 269 *touch_y = in GT911_GetSingleTouch()
|
| D | fsl_gt911.h | 168 status_t GT911_GetSingleTouch(gt911_handle_t *handle, int *touch_x, int *touch_y);
|