Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/touch_element/
Dtouch_element.c53 TE_CLASS_ITEM(cls, cls_method, set_threshold()); \
427 …TE_CLASS_ITEM(s_te_obj->object_methods, object_type, set_threshold) = object_methods->set_threshol… in te_object_method_register()
438 TE_CLASS_ITEM(s_te_obj->object_methods, object_type, set_threshold) = NULL; in te_object_method_unregister()
Dtouch_button.c66 .set_threshold = button_object_set_threshold, in touch_button_install()
Dtouch_slider.c76 .set_threshold = slider_object_set_threshold, in touch_slider_install()
Dtouch_matrix.c70 .set_threshold = matrix_object_set_threshold, in touch_matrix_install()
/hal_espressif-3.6.0/components/touch_element/include/touch_element/
Dtouch_element_private.h77 esp_err_t (*set_threshold) (void); member