Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/ft3267/
Dfsl_ft3267.c30 #define TOUCH_POINT_GET_ID(T) ((T).YH >> 4) macro
158 touch_array[i].TOUCH_ID = TOUCH_POINT_GET_ID(touch_data->TOUCH[i]); in FT3267_GetMultiTouch()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/ft5406/
Dfsl_ft5406.c30 #define TOUCH_POINT_GET_ID(T) ((T).YH >> 4) macro
163 touch_array[i].TOUCH_ID = TOUCH_POINT_GET_ID(touch_data->TOUCH[i]); in FT5406_GetMultiTouch()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/ft5406_rt/
Dfsl_ft5406_rt.c30 #define TOUCH_POINT_GET_ID(T) ((T).YH >> 4) macro
165 touch_array[i].TOUCH_ID = TOUCH_POINT_GET_ID(touch_data->TOUCH[i]); in FT5406_RT_GetMultiTouch()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/ft6x06/
Dfsl_ft6x06.c30 #define TOUCH_POINT_GET_ID(T) ((T).YH >> 4) macro
194 touch_array[i].TOUCH_ID = TOUCH_POINT_GET_ID(touch_data->TOUCH[i]); in FT6X06_GetMultiTouch()