Home
last modified time | relevance | path

Searched refs:guard_channel (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/touch_element/test/
Dtest_touch_element.c49 static void test_waterproof_event_simulator(touch_pad_t guard_channel, touch_button_event_t guard_s…
110 .guard_channel = TOUCH_WATERPROOF_GUARD_NOUSE, in test_system_waterproof_guard()
128 .guard_channel = TOUCH_PAD_NUM13, in test_system_waterproof_guard()
145 …test_waterproof_event_simulator(waterproof_config.guard_channel, TOUCH_BUTTON_EVT_ON_PRESS); //Wa… in test_system_waterproof_guard()
149 …test_waterproof_event_simulator(waterproof_config.guard_channel, TOUCH_BUTTON_EVT_ON_RELEASE); //… in test_system_waterproof_guard()
159 .guard_channel = TOUCH_PAD_NUM13, in test_system_waterproof_guard()
170 …test_waterproof_event_simulator(waterproof_config.guard_channel, TOUCH_BUTTON_EVT_ON_PRESS); //Wa… in test_system_waterproof_guard()
176 …test_waterproof_event_simulator(waterproof_config.guard_channel, TOUCH_BUTTON_EVT_ON_RELEASE); //… in test_system_waterproof_guard()
191 static void test_waterproof_event_simulator(touch_pad_t guard_channel, touch_button_event_t guard_s… in test_waterproof_event_simulator() argument
194 touch_pad_set_cnt_mode(guard_channel, TOUCH_PAD_SLOPE_3, TOUCH_PAD_TIE_OPT_DEFAULT); in test_waterproof_event_simulator()
[all …]
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_element/touch_element_waterproof/main/
Dwaterproof_example_main.c57 .guard_channel = TOUCH_PAD_NUM13, in app_main()
59 .guard_channel = TOUCH_WATERPROOF_GUARD_NOUSE, in app_main()
/hal_espressif-3.6.0/components/touch_element/
Dtouch_element.c678 TE_CHECK(waterproof_config->guard_channel >= TOUCH_PAD_NUM0 && in touch_element_waterproof_install()
679 waterproof_config->guard_channel < TOUCH_PAD_MAX, in touch_element_waterproof_install()
686 if (waterproof_config->guard_channel != TOUCH_WATERPROOF_GUARD_NOUSE) { //Use guard sensor in touch_element_waterproof_install()
687 if (te_object_check_channel(&waterproof_config->guard_channel, 1)) { in touch_element_waterproof_install()
697 &waterproof_config->guard_channel, &waterproof_config->guard_sensitivity, in touch_element_waterproof_install()
711 wp_conf.guard_ring_pad = waterproof_config->guard_channel; in touch_element_waterproof_install()
/hal_espressif-3.6.0/components/touch_element/include/touch_element/
Dtouch_element.h102 touch_pad_t guard_channel; //!< Waterproof Guard-Sensor channel number (index) member