Searched refs:touch_matrix_install (Results 1 – 5 of 5) sorted by relevance
195 TEST_ESP_OK(touch_matrix_install(&global_config)); in test_matrix_disp_event()237 TEST_ESP_OK(touch_matrix_install(&global_config)); in test_matrix_disp_callback()292 TEST_ESP_OK(touch_matrix_install(&global_config)); in test_matrix_random_channel_trigger()354 TEST_ESP_OK(touch_matrix_install(&global_config)); in test_matrix_event_change_lp()396 TEST_ESP_OK(touch_matrix_install(&global_config)); in test_matrix_callback_change_lp()
274 TEST_ESP_OK(touch_matrix_install(&matrix_global_config)); in test_integrat_btn_sld_mat()
94 esp_err_t touch_matrix_install(const touch_matrix_global_config_t *global_config);
95 ESP_ERROR_CHECK(touch_matrix_install(&matrix_global_config)); in app_main()
53 esp_err_t touch_matrix_install(const touch_matrix_global_config_t *global_config) in touch_matrix_install() function