Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/esp32s2/include/driver/
Dtouch_sensor.h485 esp_err_t touch_pad_sleep_channel_enable(touch_pad_t pad_num, bool enable);
/hal_espressif-3.6.0/components/driver/esp32s3/include/driver/
Dtouch_sensor.h485 esp_err_t touch_pad_sleep_channel_enable(touch_pad_t pad_num, bool enable);
/hal_espressif-3.6.0/examples/system/deep_sleep/main/
Ddeep_sleep_example_main.c240 touch_pad_sleep_channel_enable(TOUCH_PAD_NUM9, true); in app_main()
/hal_espressif-3.6.0/components/driver/esp32s3/
Dtouch_sensor.c530 esp_err_t touch_pad_sleep_channel_enable(touch_pad_t pad_num, bool enable) in touch_pad_sleep_channel_enable() function
/hal_espressif-3.6.0/components/driver/esp32s2/
Dtouch_sensor.c551 esp_err_t touch_pad_sleep_channel_enable(touch_pad_t pad_num, bool enable) in touch_pad_sleep_channel_enable() function
/hal_espressif-3.6.0/components/driver/test/touch_sensor_test/
Dtest_touch_v2.c1640 TEST_ESP_OK( touch_pad_sleep_channel_enable(sleep_pad, true) ); in test_touch_sleep_reading_stable()
1740 TEST_ESP_OK( touch_pad_sleep_channel_enable(sleep_pad, true) ); in test_touch_sleep_pad_proximity()
1886 TEST_ESP_OK( touch_pad_sleep_channel_enable(sleep_pad, true) ); in test_touch_sleep_pad_interrupt_wakeup_deep_sleep()