Home
last modified time | relevance | path

Searched refs:touch_matrix_install (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/touch_element/test/
Dtest_touch_matrix.c195 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()
Dtest_touch_element.c274 TEST_ESP_OK(touch_matrix_install(&matrix_global_config)); in test_integrat_btn_sld_mat()
/hal_espressif-3.6.0/components/touch_element/include/touch_element/
Dtouch_matrix.h94 esp_err_t touch_matrix_install(const touch_matrix_global_config_t *global_config);
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_element/touch_matrix/main/
Dtouch_matrix_example_main.c95 ESP_ERROR_CHECK(touch_matrix_install(&matrix_global_config)); in app_main()
/hal_espressif-3.6.0/components/touch_element/
Dtouch_matrix.c53 esp_err_t touch_matrix_install(const touch_matrix_global_config_t *global_config) in touch_matrix_install() function