Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/ft3267/
Dfsl_ft3267.c31 #define TOUCH_POINT_GET_X(T) (int)(uint16_t)((((uint16_t)(T).XH & 0x0fU) << 8) | (uint16_t)(T).… macro
114 *touch_x = TOUCH_POINT_GET_X(touch_data->TOUCH[0]); in FT3267_GetSingleTouch()
160 touch_array[i].TOUCH_X = TOUCH_POINT_GET_X(touch_data->TOUCH[i]); in FT3267_GetMultiTouch()
/hal_nxp-latest/mcux/mcux-sdk/components/ft5406/
Dfsl_ft5406.c31 #define TOUCH_POINT_GET_X(T) ((((T).XH & 0x0f) << 8) | (T).XL) macro
125 *touch_x = TOUCH_POINT_GET_X(touch_data->TOUCH[0]); in FT5406_GetSingleTouch()
165 touch_array[i].TOUCH_X = TOUCH_POINT_GET_X(touch_data->TOUCH[i]); in FT5406_GetMultiTouch()
/hal_nxp-latest/mcux/mcux-sdk/components/ft5406_rt/
Dfsl_ft5406_rt.c31 #define TOUCH_POINT_GET_X(T) ((((uint16_t)(T).XH & 0x0fU) << 8U) | (T).XL) macro
121 *touch_x = (int)(uint16_t)TOUCH_POINT_GET_X(touch_data->TOUCH[0]); in FT5406_RT_GetSingleTouch()
163 touch_array[i].TOUCH_X = TOUCH_POINT_GET_X(touch_data->TOUCH[i]); in FT5406_RT_GetMultiTouch()
/hal_nxp-latest/mcux/mcux-sdk/components/ft6x06/
Dfsl_ft6x06.c31 #define TOUCH_POINT_GET_X(T) ((((T).XH & 0x0f) << 8) | (T).XL) macro
184 *touch_x = TOUCH_POINT_GET_X(touch_data->TOUCH[0]); in FT6X06_GetSingleTouch()
223 touch_array[i].TOUCH_X = TOUCH_POINT_GET_X(touch_data->TOUCH[i]); in FT6X06_GetMultiTouch()