Home
last modified time | relevance | path

Searched refs:GT_SOLU_X_HIGH (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/input/driver/touchscreen/
H A Dtouch_gt911.h44 #define GT_SOLU_X_HIGH 7 macro
H A Dtouch_gt911.c60 xSolution = (buf[GT_SOLU_X_HIGH] << ONE_BYTE_OFFSET) | buf[GT_SOLU_X_LOW]; in ChipDetect()