Searched refs:gt911_read_data (Results 1 – 2 of 2) sorted by relevance
| /bsp/hpmicro/libraries/hpm_sdk/components/touch/gt911/ |
| A D | hpm_gt911.c | 11 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 D | hpm_gt911.h | 109 hpm_stat_t gt911_read_data(gt911_context_t *context, uint16_t addr,
|
Completed in 11 milliseconds