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/ |
D | touch_element_private.h | 92 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
|
D | touch_button.h | 152 …h_button_set_dispatch_method(touch_button_handle_t button_handle, touch_elem_dispatch_t dispatch_m…
|
D | touch_matrix.h | 170 …h_matrix_set_dispatch_method(touch_matrix_handle_t matrix_handle, touch_elem_dispatch_t dispatch_m…
|
D | touch_slider.h | 170 …h_slider_set_dispatch_method(touch_slider_handle_t slider_handle, touch_elem_dispatch_t dispatch_m…
|
D | touch_element.h | 125 } touch_elem_dispatch_t; typedef
|
/hal_espressif-3.6.0/components/touch_element/ |
D | touch_button.c | 40 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()
|
D | touch_matrix.c | 43 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()
|
D | touch_slider.c | 50 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()
|