Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/
Dtouch_sensor_hal.c63 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()
/hal_espressif-latest/components/hal/esp32s3/
Dtouch_sensor_hal.c63 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()
/hal_espressif-latest/components/hal/include/hal/
Dtouch_sensor_types.h271 …uint32_t debounce_cnt; /*!<Set debounce count, such as `n`. If the measured values continue t… member
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/
Dtouch_sensor.c358 …ESP_RETURN_ON_FALSE(filter_info->debounce_cnt <= TOUCH_DEBOUNCE_CNT_MAX, ESP_ERR_INVALID_ARG, TOUC… in touch_pad_filter_set_config()
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c384 …ESP_RETURN_ON_FALSE(filter_info->debounce_cnt <= TOUCH_DEBOUNCE_CNT_MAX, ESP_ERR_INVALID_ARG, TOUC… in touch_pad_filter_set_config()