Searched refs:YH (Results 1 – 4 of 4) sorted by relevance
17 uint8_t YH; member30 #define TOUCH_POINT_GET_ID(T) ((T).YH >> 4)32 #define TOUCH_POINT_GET_Y(T) (int)(uint16_t)((((uint16_t)(T).YH & 0x0fU) << 8) | (uint16_t)(T).…
17 uint8_t YH; member30 #define TOUCH_POINT_GET_ID(T) ((T).YH >> 4)32 #define TOUCH_POINT_GET_Y(T) ((((T).YH & 0x0f) << 8) | (T).YL)
16 uint8_t YH; member30 #define TOUCH_POINT_GET_ID(T) ((T).YH >> 4)32 #define TOUCH_POINT_GET_Y(T) ((((T).YH & 0x0f) << 8) | (T).YL)