Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_hal.h355 #define touch_hal_denoise_set_grade(grade) touch_ll_denoise_set_grade(grade) argument
363 #define touch_hal_denoise_get_grade(grade) touch_ll_denoise_get_grade(grade) argument
Dtouch_sensor_ll.h861 static inline void touch_ll_denoise_set_grade(touch_pad_denoise_grade_t 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()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_hal.h355 #define touch_hal_denoise_set_grade(grade) touch_ll_denoise_set_grade(grade) argument
363 #define touch_hal_denoise_get_grade(grade) touch_ll_denoise_get_grade(grade) argument
Dtouch_sensor_ll.h881 static inline void touch_ll_denoise_set_grade(touch_pad_denoise_grade_t 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()
/hal_espressif-latest/components/hal/include/hal/
Dtouch_sensor_types.h192 touch_pad_denoise_grade_t grade; /*!<Select denoise range of denoise channel. member