Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/components/touch/gt911/
A Dhpm_gt911.c11 hpm_stat_t gt911_read_data(gt911_context_t *context, uint16_t addr, uint8_t *buf, uint32_t size) in gt911_read_data() function
30 return gt911_read_data(context, reg, buf, 1); in gt911_read_register()
54 return gt911_read_data(context, GT911_CONFIG, buf, size); in gt911_read_config()
64 stat = gt911_read_data(context, GT911_CONFIG, config, sizeof(config)); in gt911_init()
70 stat = gt911_read_data(context, GT911_CONFIG, config, sizeof(config)); in gt911_init()
75 stat = gt911_read_data(context, GT911_CONFIG, config, sizeof(config)); in gt911_init()
82 stat = gt911_read_data(context, GT911_CONFIG, config, sizeof(config)); in gt911_init()
124 stat = gt911_read_data(context, GT911_STATUS, in gt911_read_touch_data()
A Dhpm_gt911.h109 hpm_stat_t gt911_read_data(gt911_context_t *context, uint16_t addr,

Completed in 11 milliseconds