Home
last modified time | relevance | path

Searched defs:noise_thr (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_hal.h231 #define touch_hal_filter_set_noise_thres(noise_thr) touch_ll_filter_set_noise_thres(noise_thr) argument
240 #define touch_hal_filter_get_noise_thres(noise_thr) touch_ll_filter_get_noise_thres(noise_thr) argument
Dtouch_sensor_ll.h741 static inline void touch_ll_filter_set_noise_thres(uint32_t noise_thr) in touch_ll_filter_set_noise_thres()
756 static inline void touch_ll_filter_get_noise_thres(uint32_t *noise_thr) in touch_ll_filter_get_noise_thres()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_hal.h231 #define touch_hal_filter_set_noise_thres(noise_thr) touch_ll_filter_set_noise_thres(noise_thr) argument
240 #define touch_hal_filter_get_noise_thres(noise_thr) touch_ll_filter_get_noise_thres(noise_thr) argument
Dtouch_sensor_ll.h761 static inline void touch_ll_filter_set_noise_thres(uint32_t noise_thr) in touch_ll_filter_set_noise_thres()
776 static inline void touch_ll_filter_get_noise_thres(uint32_t *noise_thr) in touch_ll_filter_get_noise_thres()
/hal_espressif-latest/components/hal/include/hal/
Dtouch_sensor_types.h274 uint32_t noise_thr; /*!<Noise threshold coefficient. Higher = More noise resistance. member