Searched refs:matrix_callback (Results 1 – 2 of 2) sorted by relevance
191 …_matrix_set_callback(touch_matrix_handle_t matrix_handle, touch_matrix_callback_t matrix_callback);
232 …h_matrix_set_callback(touch_matrix_handle_t matrix_handle, touch_matrix_callback_t matrix_callback) in touch_matrix_set_callback() argument236 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()