Searched refs:GT_ADDR_LEN (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/model/input/driver/touchscreen/ |
H A D | touch_gt911.c | 49 uint8_t reg[GT_ADDR_LEN] = {0}; in ChipDetect() 53 ret = InputI2cRead(i2cClient, reg, GT_ADDR_LEN, buf, GT_CFG_INFO_LEN); in ChipDetect() 196 uint8_t reg[GT_ADDR_LEN] = {0}; in ChipDataHandle() 201 ret = InputI2cRead(i2cClient, reg, GT_ADDR_LEN, &touchStatus, 1); in ChipDataHandle() 225 (void)InputI2cRead(i2cClient, reg, GT_ADDR_LEN, buf, GT_POINT_SIZE * pointNum); in ChipDataHandle() 242 uint8_t reg[GT_ADDR_LEN] = {0}; in UpdateFirmware() 246 ret = InputI2cRead(i2cClient, reg, GT_ADDR_LEN, buf, 1); in UpdateFirmware()
|
H A D | touch_gt911.h | 25 #define GT_ADDR_LEN 2 macro
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-touch-des.md | 298 uint8_t reg[GT_ADDR_LEN] = {0}; 302 ret = InputI2cRead(i2cClient, reg, GT_ADDR_LEN, &touchStatus, 1); 325 (void)InputI2cRead(i2cClient, reg, GT_ADDR_LEN, buf, GT_POINT_SIZE * pointNum);
|
/ohos5.0/docs/zh-cn/device-dev/guide/ |
H A D | device-outerdriver-demo.md | 231 ret = InputI2cRead(i2cClient, reg, GT_ADDR_LEN, &touchStatus, 1); 248 (void)InputI2cRead(i2cClient, reg, GT_ADDR_LEN, buf, GT_POINT_SIZE * pointNum);
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-touch-des.md | 300 uint8_t reg[GT_ADDR_LEN] = {0}; 304 ret = InputI2cRead(i2cClient, reg, GT_ADDR_LEN, &touchStatus, 1); 327 (void)InputI2cRead(i2cClient, reg, GT_ADDR_LEN, buf, GT_POINT_SIZE * pointNum);
|
/ohos5.0/docs/en/device-dev/guide/ |
H A D | device-outerdriver-demo.md | 230 ret = InputI2cRead(i2cClient, reg, GT_ADDR_LEN, &touchStatus, 1); 247 (void)InputI2cRead(i2cClient, reg, GT_ADDR_LEN, buf, GT_POINT_SIZE * pointNum);
|