Home
last modified time | relevance | path

Searched refs:touch_matrix_delete (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/touch_element/test/
Dtest_touch_matrix.c224 TEST_ESP_OK(touch_matrix_delete(matrix_handle)); in test_matrix_disp_event()
267 TEST_ESP_OK(touch_matrix_delete(matrix_handle)); in test_matrix_disp_callback()
344 TEST_ESP_OK(touch_matrix_delete(matrix_handle)); in test_matrix_random_channel_trigger()
383 TEST_ESP_OK(touch_matrix_delete(matrix_handle)); in test_matrix_event_change_lp()
427 TEST_ESP_OK(touch_matrix_delete(matrix_handle)); in test_matrix_callback_change_lp()
Dtest_touch_element.c380 TEST_ESP_OK(touch_matrix_delete(matrix_handle)); in test_integrat_btn_sld_mat()
/hal_espressif-3.6.0/components/touch_element/include/touch_element/
Dtouch_matrix.h132 esp_err_t touch_matrix_delete(touch_matrix_handle_t matrix_handle);
/hal_espressif-3.6.0/components/touch_element/
Dtouch_matrix.c180 esp_err_t touch_matrix_delete(touch_matrix_handle_t matrix_handle) in touch_matrix_delete() function