Home
last modified time | relevance | path

Searched refs:touch_elem_dispatch_t (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/components/touch_element/include/touch_element/
Dtouch_element_private.h92 touch_elem_dispatch_t dispatch_method; //Button dispatch method
113 touch_elem_dispatch_t dispatch_method; //Slider dispatch method
144 touch_elem_dispatch_t dispatch_method; //Matrix button dispatch method
Dtouch_button.h152 …h_button_set_dispatch_method(touch_button_handle_t button_handle, touch_elem_dispatch_t dispatch_m…
Dtouch_matrix.h170 …h_matrix_set_dispatch_method(touch_matrix_handle_t matrix_handle, touch_elem_dispatch_t dispatch_m…
Dtouch_slider.h170 …h_slider_set_dispatch_method(touch_slider_handle_t slider_handle, touch_elem_dispatch_t dispatch_m…
Dtouch_element.h125 } touch_elem_dispatch_t; typedef
/hal_espressif-3.6.0/components/touch_element/
Dtouch_button.c40 static inline void button_dispatch(te_button_handle_t button_handle, touch_elem_dispatch_t dispatch…
160 …h_button_set_dispatch_method(touch_button_handle_t button_handle, touch_elem_dispatch_t dispatch_m… in touch_button_set_dispatch_method()
211 touch_elem_dispatch_t dispatch_method = te_button->config->dispatch_method; in touch_button_set_longpress()
343 static inline void button_dispatch(te_button_handle_t button_handle, touch_elem_dispatch_t dispatch… in button_dispatch()
368 touch_elem_dispatch_t dispatch_method = button_handle->config->dispatch_method; in button_proc_state()
Dtouch_matrix.c43 static inline void matrix_dispatch(te_matrix_handle_t matrix_handle, touch_elem_dispatch_t dispatch…
199 …h_matrix_set_dispatch_method(touch_matrix_handle_t matrix_handle, touch_elem_dispatch_t dispatch_m… in touch_matrix_set_dispatch_method()
250 touch_elem_dispatch_t dispatch_method = te_matrix->config->dispatch_method; in touch_matrix_set_longpress()
398 static inline void matrix_dispatch(te_matrix_handle_t matrix_handle, touch_elem_dispatch_t dispatch… in matrix_dispatch()
552 touch_elem_dispatch_t dispatch_method = matrix_handle->config->dispatch_method; in matrix_proc_state()
Dtouch_slider.c50 static inline void slider_dispatch(te_slider_handle_t slider_handle, touch_elem_dispatch_t dispatch…
211 …h_slider_set_dispatch_method(touch_slider_handle_t slider_handle, touch_elem_dispatch_t dispatch_m… in touch_slider_set_dispatch_method()
400 static inline void slider_dispatch(te_slider_handle_t slider_handle, touch_elem_dispatch_t dispatch… in slider_dispatch()
427 touch_elem_dispatch_t dispatch_method = slider_handle->config->dispatch_method; in slider_proc_state()