Home
last modified time | relevance | path

Searched refs:TOUCH_ELEM_DISP_EVENT (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_element/touch_elements_combination/main/
Dtouch_elements_example_main.c113 ESP_ERROR_CHECK(touch_button_set_dispatch_method(button_handle[i], TOUCH_ELEM_DISP_EVENT)); in button_example_init()
136 ESP_ERROR_CHECK(touch_slider_set_dispatch_method(slider_handle, TOUCH_ELEM_DISP_EVENT)); in slider_example_init()
/hal_espressif-3.6.0/components/touch_element/
Dtouch_button.c164 …TE_CHECK(dispatch_method >= TOUCH_ELEM_DISP_EVENT && dispatch_method <= TOUCH_ELEM_DISP_MAX, ESP_E… in touch_button_set_dispatch_method()
212 if (dispatch_method == TOUCH_ELEM_DISP_EVENT) { in touch_button_set_longpress()
217 if (dispatch_method == TOUCH_ELEM_DISP_EVENT) { in touch_button_set_longpress()
345 if (dispatch_method == TOUCH_ELEM_DISP_EVENT) { in button_dispatch()
Dtouch_matrix.c203 …TE_CHECK(dispatch_method >= TOUCH_ELEM_DISP_EVENT && dispatch_method <= TOUCH_ELEM_DISP_MAX, ESP_E… in touch_matrix_set_dispatch_method()
251 if (dispatch_method == TOUCH_ELEM_DISP_EVENT) { in touch_matrix_set_longpress()
256 if (dispatch_method == TOUCH_ELEM_DISP_EVENT) { in touch_matrix_set_longpress()
400 if (dispatch_method == TOUCH_ELEM_DISP_EVENT) { in matrix_dispatch()
Dtouch_slider.c215 …TE_CHECK(dispatch_method >= TOUCH_ELEM_DISP_EVENT && dispatch_method <= TOUCH_ELEM_DISP_MAX, ESP_E… in touch_slider_set_dispatch_method()
402 if (dispatch_method == TOUCH_ELEM_DISP_EVENT) { in slider_dispatch()
/hal_espressif-3.6.0/components/touch_element/test/
Dtest_touch_element.c283 TEST_ESP_OK(touch_button_set_dispatch_method(button_handle[i], TOUCH_ELEM_DISP_EVENT)); in test_integrat_btn_sld_mat()
294 TEST_ESP_OK(touch_slider_set_dispatch_method(slider_handle, TOUCH_ELEM_DISP_EVENT)); in test_integrat_btn_sld_mat()
306 TEST_ESP_OK(touch_matrix_set_dispatch_method(matrix_handle, TOUCH_ELEM_DISP_EVENT)); in test_integrat_btn_sld_mat()
Dtest_touch_button.c189 TEST_ESP_OK(touch_button_set_dispatch_method(button_handle[i], TOUCH_ELEM_DISP_EVENT)); in test_button_disp_event()
281 TEST_ESP_OK(touch_button_set_dispatch_method(button_handle[i], TOUCH_ELEM_DISP_EVENT)); in test_button_event_change_lp()
399 TEST_ESP_OK(touch_button_set_dispatch_method(button_handle[i], TOUCH_ELEM_DISP_EVENT)); in test_button_event_concurrent()
Dtest_touch_matrix.c207 TEST_ESP_OK(touch_matrix_set_dispatch_method(matrix_handle, TOUCH_ELEM_DISP_EVENT)); in test_matrix_disp_event()
365 TEST_ESP_OK(touch_matrix_set_dispatch_method(matrix_handle, TOUCH_ELEM_DISP_EVENT)); in test_matrix_event_change_lp()
Dtest_touch_slider.c139 TEST_ESP_OK(touch_slider_set_dispatch_method(slider_handle, TOUCH_ELEM_DISP_EVENT)); in test_slider_disp_event()
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_element/touch_element_waterproof/main/
Dwaterproof_example_main.c80 ESP_ERROR_CHECK(touch_button_set_dispatch_method(button_handle[i], TOUCH_ELEM_DISP_EVENT)); in app_main()
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dtouch_element.rst273 …ispatch methods in Touch Element library, one is :cpp:enumerator:`TOUCH_ELEM_DISP_EVENT`, the othe…
278 If :cpp:enumerator:`TOUCH_ELEM_DISP_EVENT` dispatch method is configured, user need to startup an e…
289 …/* ---------------------------------------------- TOUCH_ELEM_DISP_EVENT --------------------------…
304 …touch_xxxx_set_dispatch_method(element_handle, TOUCH_ELEM_DISP_EVENT); //Set TOUCH_ELEM_DISP_EVEN…
/hal_espressif-3.6.0/components/touch_element/include/touch_element/
Dtouch_element.h122 TOUCH_ELEM_DISP_EVENT, //!< Event queue dispatch enumerator
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_element/touch_slider/main/
Dtouch_slider_example_main.c103 ESP_ERROR_CHECK(touch_slider_set_dispatch_method(slider_handle, TOUCH_ELEM_DISP_EVENT)); in app_main()
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_element/touch_button/main/
Dtouch_button_example_main.c114 ESP_ERROR_CHECK(touch_button_set_dispatch_method(button_handle[i], TOUCH_ELEM_DISP_EVENT)); in app_main()
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_element/touch_matrix/main/
Dtouch_matrix_example_main.c111 ESP_ERROR_CHECK(touch_matrix_set_dispatch_method(matrix_handle, TOUCH_ELEM_DISP_EVENT)); in app_main()