Home
last modified time | relevance | path

Searched refs:GT_FINGER_NUM_MASK (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/input/driver/touchscreen/
H A Dtouch_ft5x06.h32 #define GT_FINGER_NUM_MASK 0x0F macro
H A Dtouch_gt911.h28 #define GT_FINGER_NUM_MASK 0x0F macro
H A Dtouch_ft5x06.c295 pointNum = buf[NUM_2] & GT_FINGER_NUM_MASK; in ChipDataHandle()
H A Dtouch_gt911.c216 pointNum = touchStatus & GT_FINGER_NUM_MASK; in ChipDataHandle()
/ohos5.0/docs/zh-cn/device-dev/guide/
H A Ddevice-outerdriver-demo.md239 pointNum = touchStatus & GT_FINGER_NUM_MASK;
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-touch-des.md315 pointNum = touchStatus & GT_FINGER_NUM_MASK;
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-touch-des.md317 pointNum = touchStatus & GT_FINGER_NUM_MASK;
/ohos5.0/docs/en/device-dev/guide/
H A Ddevice-outerdriver-demo.md238 pointNum = touchStatus & GT_FINGER_NUM_MASK;