Searched refs:debounce_cnt (Results 1 – 5 of 5) sorted by relevance
63 touch_ll_filter_set_debounce(filter_info->debounce_cnt); in touch_hal_filter_set_config()72 touch_ll_filter_get_debounce(&filter_info->debounce_cnt); in touch_hal_filter_get_config()
271 …uint32_t debounce_cnt; /*!<Set debounce count, such as `n`. If the measured values continue t… member
358 …ESP_RETURN_ON_FALSE(filter_info->debounce_cnt <= TOUCH_DEBOUNCE_CNT_MAX, ESP_ERR_INVALID_ARG, TOUC… in touch_pad_filter_set_config()
384 …ESP_RETURN_ON_FALSE(filter_info->debounce_cnt <= TOUCH_DEBOUNCE_CNT_MAX, ESP_ERR_INVALID_ARG, TOUC… in touch_pad_filter_set_config()