Home
last modified time | relevance | path

Searched refs:touch_pad_denoise_set_config (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_sensor_v2/touch_pad_read/main/
Dtp_read_main.c78 touch_pad_denoise_set_config(&denoise); in app_main()
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_sensor_v2/touch_pad_interrupt/main/
Dtp_interrupt_main.c178 touch_pad_denoise_set_config(&denoise); in app_main()
/hal_espressif-3.6.0/components/driver/esp32s2/include/driver/
Dtouch_sensor.h334 esp_err_t touch_pad_denoise_set_config(const touch_pad_denoise_t *denoise);
/hal_espressif-3.6.0/components/driver/esp32s3/include/driver/
Dtouch_sensor.h334 esp_err_t touch_pad_denoise_set_config(const touch_pad_denoise_t *denoise);
/hal_espressif-3.6.0/components/driver/test/touch_sensor_test/
Dtest_touch_v2.c1332 TEST_ESP_OK( touch_pad_denoise_set_config(&denoise) ); in test_touch_denoise()
1446 TEST_ESP_OK( touch_pad_denoise_set_config(&denoise) ); in test_touch_waterproof()
1523 TEST_ESP_OK( touch_pad_denoise_set_config(&denoise) ); in test_touch_proximity()
1629 TEST_ESP_OK( touch_pad_denoise_set_config(&denoise) ); in test_touch_sleep_reading_stable()
1728 TEST_ESP_OK( touch_pad_denoise_set_config(&denoise) ); in test_touch_sleep_pad_proximity()
1874 TEST_ESP_OK( touch_pad_denoise_set_config(&denoise) ); in test_touch_sleep_pad_interrupt_wakeup_deep_sleep()
/hal_espressif-3.6.0/docs/zh_CN/api-reference/peripherals/
Dtouch_pad.rst133 降噪参数由 :cpp:func:`touch_pad_denoise_set_config` 设置并由 :cpp:func:`touch_pad_denoise_enable` 启动。
/hal_espressif-3.6.0/examples/system/deep_sleep/main/
Ddeep_sleep_example_main.c225 touch_pad_denoise_set_config(&denoise); in app_main()
/hal_espressif-3.6.0/components/driver/esp32s3/
Dtouch_sensor.c386 esp_err_t touch_pad_denoise_set_config(const touch_pad_denoise_t *denoise) in touch_pad_denoise_set_config() function
/hal_espressif-3.6.0/components/driver/esp32s2/
Dtouch_sensor.c406 esp_err_t touch_pad_denoise_set_config(const touch_pad_denoise_t *denoise) in touch_pad_denoise_set_config() function
/hal_espressif-3.6.0/components/touch_element/
Dtouch_element.c621 ret = touch_pad_denoise_set_config(&denoise_config); in te_hw_init()
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dtouch_pad.rst133 …The denoise paramaters are set with the function :cpp:func:`touch_pad_denoise_set_config` and star…