Home
last modified time | relevance | path

Searched refs:waterproof_threshold_divider (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/touch_element/include/touch_element/
Dtouch_element.h44 .waterproof_threshold_divider = 0.8, \
65 float waterproof_threshold_divider; //!< Waterproof guard channel threshold divider member
/hal_espressif-3.6.0/components/touch_element/
Dtouch_element.c77 …ATERPROOF_DIVIDER(obj) ((obj)->global_config->software.waterproof_threshold_divider)
644 TE_CHECK(software_init->waterproof_threshold_divider > 0, ESP_ERR_INVALID_ARG); in te_sw_init()