Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/touch_element/include/touch_element/
Dtouch_matrix.h191 esp_err_t touch_matrix_set_callback(touch_matrix_handle_t matrix_handle, touch_matrix_callback_t ma…
/hal_espressif-3.6.0/components/touch_element/test/
Dtest_touch_matrix.c250 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()
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_element/touch_matrix/main/
Dtouch_matrix_example_main.c118 ESP_ERROR_CHECK(touch_matrix_set_callback(matrix_handle, matrix_handler)); in app_main()
/hal_espressif-3.6.0/components/touch_element/
Dtouch_matrix.c232 esp_err_t touch_matrix_set_callback(touch_matrix_handle_t matrix_handle, touch_matrix_callback_t ma… in touch_matrix_set_callback() function