Searched refs:touch_element_waterproof_add (Results 1 – 5 of 5) sorted by relevance
83 ESP_ERROR_CHECK(touch_element_waterproof_add(button_handle[i])); in app_main()
254 esp_err_t touch_element_waterproof_add(touch_elem_handle_t element_handle);
133 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()
335 … 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
726 esp_err_t touch_element_waterproof_add(touch_elem_handle_t element_handle) in touch_element_waterproof_add() function