Searched refs:grade (Results 1 – 9 of 9) sorted by relevance
355 #define touch_hal_denoise_set_grade(grade) touch_ll_denoise_set_grade(grade) argument363 #define touch_hal_denoise_get_grade(grade) touch_ll_denoise_get_grade(grade) argument
861 static inline void touch_ll_denoise_set_grade(touch_pad_denoise_grade_t grade) in touch_ll_denoise_set_grade() argument863 RTCCNTL.touch_scan_ctrl.touch_denoise_res = grade; in touch_ll_denoise_set_grade()872 static inline void touch_ll_denoise_get_grade(touch_pad_denoise_grade_t *grade) in touch_ll_denoise_get_grade() argument874 *grade = RTCCNTL.touch_scan_ctrl.touch_denoise_res; in touch_ll_denoise_get_grade()
881 static inline void touch_ll_denoise_set_grade(touch_pad_denoise_grade_t grade) in touch_ll_denoise_set_grade() argument883 RTCCNTL.touch_scan_ctrl.touch_denoise_res = grade; in touch_ll_denoise_set_grade()892 static inline void touch_ll_denoise_get_grade(touch_pad_denoise_grade_t *grade) in touch_ll_denoise_get_grade() argument894 *grade = RTCCNTL.touch_scan_ctrl.touch_denoise_res; in touch_ll_denoise_get_grade()
81 touch_ll_denoise_set_grade(denoise->grade); in touch_hal_denoise_set_config()87 touch_ll_denoise_get_grade(&denoise->grade); in touch_hal_denoise_get_config()
192 touch_pad_denoise_grade_t grade; /*!<Select denoise range of denoise channel. member
415 …ESP_RETURN_ON_FALSE(denoise->grade < TOUCH_PAD_DENOISE_MAX, ESP_ERR_INVALID_ARG, TOUCH_TAG, TOUCH… in touch_pad_denoise_set_config()
441 …ESP_RETURN_ON_FALSE(denoise->grade < TOUCH_PAD_DENOISE_MAX, ESP_ERR_INVALID_ARG, TOUCH_TAG, TOUCH… in touch_pad_denoise_set_config()