Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/input/driver/touchscreen/
H A Dtouch_gt911.h45 #define GT_SOLU_Y_LOW 8 macro
H A Dtouch_gt911.c61 ySolution = (buf[GT_SOLU_Y_HIGH] << ONE_BYTE_OFFSET) | buf[GT_SOLU_Y_LOW]; in ChipDetect()