Searched defs:noise_thr (Results 1 – 5 of 5) sorted by relevance
231 #define touch_hal_filter_set_noise_thres(noise_thr) touch_ll_filter_set_noise_thres(noise_thr) argument240 #define touch_hal_filter_get_noise_thres(noise_thr) touch_ll_filter_get_noise_thres(noise_thr) argument
741 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()
761 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()
274 uint32_t noise_thr; /*!<Noise threshold coefficient. Higher = More noise resistance. member