Searched refs:touch_matrix_create (Results 1 – 5 of 5) sorted by relevance
204 TEST_ESP_OK(touch_matrix_create(&matrix_config, &matrix_handle)); in test_matrix_disp_event()246 TEST_ESP_OK(touch_matrix_create(&matrix_config, &matrix_handle)); in test_matrix_disp_callback()301 TEST_ESP_OK(touch_matrix_create(&matrix_config, &matrix_handle)); in test_matrix_random_channel_trigger()363 TEST_ESP_OK(touch_matrix_create(&matrix_config, &matrix_handle)); in test_matrix_event_change_lp()405 TEST_ESP_OK(touch_matrix_create(&matrix_config, &matrix_handle)); in test_matrix_callback_change_lp()
304 TEST_ESP_OK(touch_matrix_create(&matrix_config, &matrix_handle)); in test_integrat_btn_sld_mat()
120 esp_err_t touch_matrix_create(const touch_matrix_config_t *matrix_config, touch_matrix_handle_t *ma…
106 ESP_ERROR_CHECK(touch_matrix_create(&matrix_config, &matrix_handle)); in app_main()
107 esp_err_t touch_matrix_create(const touch_matrix_config_t *matrix_config, touch_matrix_handle_t *ma… in touch_matrix_create() function