Searched refs:TOUCH_POINT_GET_X (Results 1 – 4 of 4) sorted by relevance
31 #define TOUCH_POINT_GET_X(T) (int)(uint16_t)((((uint16_t)(T).XH & 0x0fU) << 8) | (uint16_t)(T).… macro114 *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()
31 #define TOUCH_POINT_GET_X(T) ((((T).XH & 0x0f) << 8) | (T).XL) macro125 *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()
31 #define TOUCH_POINT_GET_X(T) ((((uint16_t)(T).XH & 0x0fU) << 8U) | (T).XL) macro121 *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()
31 #define TOUCH_POINT_GET_X(T) ((((T).XH & 0x0f) << 8) | (T).XL) macro184 *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()