Home
last modified time | relevance | path

Searched refs:benchmark (Results 1 – 9 of 9) 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() argument
649 *benchmark = SENS.sar_touch_status[touch_num - 1].touch_pad_data; in touch_ll_read_benchmark()
1111 static inline void touch_ll_sleep_read_benchmark(uint32_t *benchmark) in touch_ll_sleep_read_benchmark() argument
1114 *benchmark = SENS.sar_touch_slp_status.touch_slp_data; 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() argument
669 *benchmark = SENS.sar_touch_status[touch_num - 1].touch_pad_data; in touch_ll_read_benchmark()
1131 static inline void touch_ll_sleep_read_benchmark(uint32_t *benchmark) in touch_ll_sleep_read_benchmark() argument
1134 *benchmark = SENS.sar_touch_slp_status.touch_slp_data; in touch_ll_sleep_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() argument
337 TOUCH_NULL_POINTER_CHECK(benchmark, "benchmark"); in touch_pad_read_benchmark()
339 touch_hal_read_benchmark(touch_num, 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() argument
607 TOUCH_NULL_POINTER_CHECK(benchmark, "benchmark"); in touch_pad_sleep_channel_read_benchmark()
609 touch_hal_sleep_read_benchmark(benchmark); in touch_pad_sleep_channel_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() argument
362 TOUCH_NULL_POINTER_CHECK(benchmark, "benchmark"); in touch_pad_read_benchmark()
365 touch_hal_read_benchmark(touch_num, 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() argument
635 TOUCH_NULL_POINTER_CHECK(benchmark, "benchmark"); in touch_pad_sleep_channel_read_benchmark()
637 touch_hal_sleep_read_benchmark(benchmark); in touch_pad_sleep_channel_read_benchmark()
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/include/driver/
Dtouch_sensor.h323 esp_err_t touch_pad_read_benchmark(touch_pad_t touch_num, uint32_t *benchmark);
587 esp_err_t touch_pad_sleep_channel_read_benchmark(touch_pad_t pad_num, uint32_t *benchmark);
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/include/driver/
Dtouch_sensor.h323 esp_err_t touch_pad_read_benchmark(touch_pad_t touch_num, uint32_t *benchmark);
587 esp_err_t touch_pad_sleep_channel_read_benchmark(touch_pad_t pad_num, uint32_t *benchmark);
/hal_espressif-latest/components/mbedtls/
DKconfig475 slower in others. You should benchmark to find the best setting for you.