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/ |
D | touch_elements_example_main.c | 113 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/ |
D | touch_button.c | 164 …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()
|
D | touch_matrix.c | 203 …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()
|
D | touch_slider.c | 215 …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/ |
D | test_touch_element.c | 283 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()
|
D | test_touch_button.c | 189 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()
|
D | test_touch_matrix.c | 207 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()
|
D | test_touch_slider.c | 139 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/ |
D | waterproof_example_main.c | 80 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/ |
D | touch_element.rst | 273 …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/ |
D | touch_element.h | 122 TOUCH_ELEM_DISP_EVENT, //!< Event queue dispatch enumerator
|
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_element/touch_slider/main/ |
D | touch_slider_example_main.c | 103 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/ |
D | touch_button_example_main.c | 114 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/ |
D | touch_matrix_example_main.c | 111 ESP_ERROR_CHECK(touch_matrix_set_dispatch_method(matrix_handle, TOUCH_ELEM_DISP_EVENT)); in app_main()
|