Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/
Dtouch_sensor_hal.c65 touch_ll_filter_set_jitter_step(filter_info->jitter_step); in touch_hal_filter_set_config()
74 touch_ll_filter_get_jitter_step(&filter_info->jitter_step); in touch_hal_filter_get_config()
/hal_espressif-latest/components/hal/esp32s3/
Dtouch_sensor_hal.c65 touch_ll_filter_set_jitter_step(filter_info->jitter_step); in touch_hal_filter_set_config()
74 touch_ll_filter_get_jitter_step(&filter_info->jitter_step); in touch_hal_filter_get_config()
/hal_espressif-latest/components/hal/include/hal/
Dtouch_sensor_types.h277 uint32_t jitter_step; /*!<Set jitter filter step size. Range: 0 ~ 15 */ member
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/
Dtouch_sensor.c360 …ESP_RETURN_ON_FALSE(filter_info->jitter_step <= TOUCH_JITTER_STEP_MAX, ESP_ERR_INVALID_ARG, TOUCH_… in touch_pad_filter_set_config()
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c386 …ESP_RETURN_ON_FALSE(filter_info->jitter_step <= TOUCH_JITTER_STEP_MAX, ESP_ERR_INVALID_ARG, TOUCH_… in touch_pad_filter_set_config()