Searched refs:touch_matrix_set_callback (Results 1 – 4 of 4) sorted by relevance
191 esp_err_t touch_matrix_set_callback(touch_matrix_handle_t matrix_handle, touch_matrix_callback_t ma…
250 TEST_ESP_OK(touch_matrix_set_callback(matrix_handle, test_matrix_handler)); in test_matrix_disp_callback()304 TEST_ESP_OK(touch_matrix_set_callback(matrix_handle, test_matrix_handler)); in test_matrix_random_channel_trigger()409 TEST_ESP_OK(touch_matrix_set_callback(matrix_handle, test_matrix_change_lp_handler)); in test_matrix_callback_change_lp()
118 ESP_ERROR_CHECK(touch_matrix_set_callback(matrix_handle, matrix_handler)); in app_main()
232 esp_err_t touch_matrix_set_callback(touch_matrix_handle_t matrix_handle, touch_matrix_callback_t ma… in touch_matrix_set_callback() function