Home
last modified time | relevance | path

Searched refs:touch_matrix_callback_t (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/touch_element/include/touch_element/
Dtouch_matrix.h78 typedef void(*touch_matrix_callback_t)(touch_matrix_handle_t, touch_matrix_message_t *, void *); //… typedef
191 esp_err_t touch_matrix_set_callback(touch_matrix_handle_t matrix_handle, touch_matrix_callback_t ma…
Dtouch_element_private.h145 touch_matrix_callback_t callback; //Matrix button callback routine
/hal_espressif-3.6.0/components/touch_element/
Dtouch_matrix.c232 esp_err_t touch_matrix_set_callback(touch_matrix_handle_t matrix_handle, touch_matrix_callback_t ma… in touch_matrix_set_callback()