Home
last modified time | relevance | path

Searched defs:benchmark (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dtouch_sensor_hal.h191 #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
Dtouch_sensor_ll.h654 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/
Dtouch_sensor_hal.h183 #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
Dtouch_sensor_ll.h666 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/
Dtouch_sensor.c308 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/
Dtouch_sensor.c328 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()