Home
last modified time | relevance | path

Searched refs:TOUCH_HVOLT_ATTEN_1V (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-2.7.6/examples/peripherals/touch_pad_read/main/esp32/
Dtp_read_main.c65 touch_pad_set_voltage(TOUCH_HVOLT_2V7, TOUCH_LVOLT_0V5, TOUCH_HVOLT_ATTEN_1V); in app_main()
/hal_espressif-2.7.6/examples/peripherals/touch_pad_interrupt/main/esp32/
Dtp_interrupt_main.c160 touch_pad_set_voltage(TOUCH_HVOLT_2V7, TOUCH_LVOLT_0V5, TOUCH_HVOLT_ATTEN_1V); in app_main()
/hal_espressif-2.7.6/components/driver/test/touch_sensor_test/
Dtest_esp32.c266 TOUCH_HVOLT_2V5, TOUCH_LVOLT_0V6, TOUCH_HVOLT_ATTEN_1V,
320 touch_pad_set_voltage(TOUCH_HVOLT_2V7, TOUCH_LVOLT_0V5, TOUCH_HVOLT_ATTEN_1V); in test_touch_interrupt()
Dtest_esp32s2.c501 TOUCH_HVOLT_2V5, TOUCH_LVOLT_0V6, TOUCH_HVOLT_ATTEN_1V,
/hal_espressif-2.7.6/components/hal/include/hal/
Dtouch_sensor_types.h69TOUCH_HVOLT_ATTEN_1V, /*!<Touch sensor high reference voltage attenuation, 1.0V attenuatio… enumerator
/hal_espressif-2.7.6/examples/system/deep_sleep/main/
Ddeep_sleep_example_main.c208 touch_pad_set_voltage(TOUCH_HVOLT_2V4, TOUCH_LVOLT_0V5, TOUCH_HVOLT_ATTEN_1V); in app_main()