Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/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.h646 static inline void IRAM_ATTR touch_ll_read_benchmark(touch_pad_t touch_num, uint32_t *benchmark) in touch_ll_read_benchmark()
1111 static inline void touch_ll_sleep_read_benchmark(uint32_t *benchmark) in touch_ll_sleep_read_benchmark()
/hal_espressif-latest/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-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c360 esp_err_t IRAM_ATTR touch_pad_read_benchmark(touch_pad_t touch_num, uint32_t *benchmark) in touch_pad_read_benchmark()
633 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-latest/components/driver/touch_sensor/esp32s3/
Dtouch_sensor.c334 esp_err_t IRAM_ATTR touch_pad_read_benchmark(touch_pad_t touch_num, uint32_t *benchmark) in touch_pad_read_benchmark()
605 esp_err_t touch_pad_sleep_channel_read_benchmark(touch_pad_t pad_num, uint32_t *benchmark) in touch_pad_sleep_channel_read_benchmark()