Searched defs:benchmark (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/ |
D | touch_sensor_hal.h | 191 #define touch_hal_read_benchmark(touch_num, benchmark) touch_ll_read_benchmark(touch_num, benchmark) argument 574 #define touch_hal_sleep_read_benchmark(benchmark) touch_ll_sleep_read_benchmark(benchmark) argument
|
D | touch_sensor_ll.h | 654 static inline void IRAM_ATTR touch_ll_read_benchmark(touch_pad_t touch_num, uint32_t *benchmark) in touch_ll_read_benchmark() 1119 static inline void touch_ll_sleep_read_benchmark(uint32_t *benchmark) in touch_ll_sleep_read_benchmark()
|
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/ |
D | touch_sensor_hal.h | 183 #define touch_hal_read_benchmark(touch_num, benchmark) touch_ll_read_benchmark(touch_num, benchmark) argument 566 #define touch_hal_sleep_read_benchmark(benchmark) touch_ll_sleep_read_benchmark(benchmark) argument
|
D | touch_sensor_ll.h | 666 static inline void IRAM_ATTR touch_ll_read_benchmark(touch_pad_t touch_num, uint32_t *benchmark) in touch_ll_read_benchmark() 1131 static inline void touch_ll_sleep_read_benchmark(uint32_t *benchmark) in touch_ll_sleep_read_benchmark()
|
/hal_espressif-3.6.0/components/driver/esp32s3/ |
D | touch_sensor.c | 308 esp_err_t IRAM_ATTR touch_pad_read_benchmark(touch_pad_t touch_num, uint32_t *benchmark) in touch_pad_read_benchmark() 579 esp_err_t touch_pad_sleep_channel_read_benchmark(touch_pad_t pad_num, uint32_t *benchmark) in touch_pad_sleep_channel_read_benchmark()
|
/hal_espressif-3.6.0/components/driver/esp32s2/ |
D | touch_sensor.c | 328 esp_err_t IRAM_ATTR touch_pad_read_benchmark(touch_pad_t touch_num, uint32_t *benchmark) in touch_pad_read_benchmark() 601 esp_err_t touch_pad_sleep_channel_read_benchmark(touch_pad_t pad_num, uint32_t *benchmark) in touch_pad_sleep_channel_read_benchmark()
|