Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/
Dtouch_sensor_hal.c66 touch_ll_filter_set_smooth_mode(filter_info->smh_lvl); in touch_hal_filter_set_config()
75 touch_ll_filter_get_smooth_mode(&filter_info->smh_lvl); in touch_hal_filter_get_config()
/hal_espressif-latest/components/hal/esp32s3/
Dtouch_sensor_hal.c66 touch_ll_filter_set_smooth_mode(filter_info->smh_lvl); in touch_hal_filter_set_config()
75 touch_ll_filter_get_smooth_mode(&filter_info->smh_lvl); in touch_hal_filter_get_config()
/hal_espressif-latest/components/hal/include/hal/
Dtouch_sensor_types.h278 …touch_smooth_mode_t smh_lvl;/*!<Level of filter applied on the original data against large noise i… member
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/
Dtouch_sensor.c361 …ESP_RETURN_ON_FALSE(filter_info->smh_lvl < TOUCH_PAD_SMOOTH_MAX, ESP_ERR_INVALID_ARG, TOUCH_TAG, … in touch_pad_filter_set_config()
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c387 …ESP_RETURN_ON_FALSE(filter_info->smh_lvl < TOUCH_PAD_SMOOTH_MAX, ESP_ERR_INVALID_ARG, TOUCH_TAG, … in touch_pad_filter_set_config()