Home
last modified time | relevance | path

Searched refs:touch_element_waterproof_add (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_element/touch_element_waterproof/main/
Dwaterproof_example_main.c83 ESP_ERROR_CHECK(touch_element_waterproof_add(button_handle[i])); in app_main()
/hal_espressif-3.6.0/components/touch_element/include/touch_element/
Dtouch_element.h254 esp_err_t touch_element_waterproof_add(touch_elem_handle_t element_handle);
/hal_espressif-3.6.0/components/touch_element/test/
Dtest_touch_element.c133 TEST_ESP_OK(touch_element_waterproof_add(button_handle[i])); in test_system_waterproof_guard()
164 TEST_ESP_OK(touch_element_waterproof_add(button_handle[i])); in test_system_waterproof_guard()
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dtouch_element.rst335 … Touch Element waterproof's masked list by calling :cpp:func:`touch_element_waterproof_add`. By as…
353 touch_element_waterproof_add(element_handle); //Let a element associates with guard sensor
/hal_espressif-3.6.0/components/touch_element/
Dtouch_element.c726 esp_err_t touch_element_waterproof_add(touch_elem_handle_t element_handle) in touch_element_waterproof_add() function