Home
last modified time | relevance | path

Searched refs:TOUCH_POINT_GET_Y (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/ft3267/
Dfsl_ft3267.c32 #define TOUCH_POINT_GET_Y(T) (int)(uint16_t)((((uint16_t)(T).YH & 0x0fU) << 8) | (uint16_t)(T).… macro
118 *touch_y = TOUCH_POINT_GET_Y(touch_data->TOUCH[0]); in FT3267_GetSingleTouch()
161 touch_array[i].TOUCH_Y = TOUCH_POINT_GET_Y(touch_data->TOUCH[i]); in FT3267_GetMultiTouch()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/ft5406/
Dfsl_ft5406.c32 #define TOUCH_POINT_GET_Y(T) ((((T).YH & 0x0f) << 8) | (T).YL) macro
129 *touch_y = TOUCH_POINT_GET_Y(touch_data->TOUCH[0]); in FT5406_GetSingleTouch()
166 touch_array[i].TOUCH_Y = TOUCH_POINT_GET_Y(touch_data->TOUCH[i]); in FT5406_GetMultiTouch()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/ft5406_rt/
Dfsl_ft5406_rt.c32 #define TOUCH_POINT_GET_Y(T) ((((T).YH & 0x0f) << 8) | (T).YL) macro
129 *touch_y = TOUCH_POINT_GET_Y(touch_data->TOUCH[0]); in FT5406_RT_GetSingleTouch()
168 touch_array[i].TOUCH_Y = TOUCH_POINT_GET_Y(touch_data->TOUCH[i]); in FT5406_RT_GetMultiTouch()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/ft6x06/
Dfsl_ft6x06.c32 #define TOUCH_POINT_GET_Y(T) ((((T).YH & 0x0f) << 8) | (T).YL) macro
161 *touch_y = TOUCH_POINT_GET_Y(touch_data->TOUCH[0]); in FT6X06_GetSingleTouch()
197 touch_array[i].TOUCH_Y = TOUCH_POINT_GET_Y(touch_data->TOUCH[i]); in FT6X06_GetMultiTouch()