Home
last modified time | relevance | path

Searched refs:matrix_callback (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/touch_element/include/touch_element/
Dtouch_matrix.h191 …_matrix_set_callback(touch_matrix_handle_t matrix_handle, touch_matrix_callback_t matrix_callback);
/hal_espressif-3.6.0/components/touch_element/
Dtouch_matrix.c232 …h_matrix_set_callback(touch_matrix_handle_t matrix_handle, touch_matrix_callback_t matrix_callback) in touch_matrix_set_callback() argument
236 TE_CHECK(matrix_callback != NULL, ESP_ERR_INVALID_ARG); in touch_matrix_set_callback()
239 te_matrix->config->callback = matrix_callback; in touch_matrix_set_callback()