Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/touch_element/test/
Dtest_touch_matrix.c92 if (matrix_event == TOUCH_MATRIX_EVT_ON_PRESS) { in test_matrix_event_simulator()
106 if (matrix_event == TOUCH_MATRIX_EVT_ON_PRESS) { in test_matrix_channel_simulator()
217 test_matrix_event_trigger_and_check(matrix_handle, TOUCH_MATRIX_EVT_ON_PRESS, button_num); in test_matrix_disp_event()
260 …test_matrix_callback_trigger_and_check(matrix_handle, TOUCH_MATRIX_EVT_ON_PRESS, button_num, true,… in test_matrix_disp_callback()
320 test_matrix_channel_simulator(channel_1, TOUCH_MATRIX_EVT_ON_PRESS); in test_matrix_random_channel_trigger()
321 test_matrix_channel_simulator(channel_2, TOUCH_MATRIX_EVT_ON_PRESS); in test_matrix_random_channel_trigger()
337 …test_matrix_callback_trigger_and_check(matrix_handle, TOUCH_MATRIX_EVT_ON_PRESS, button_num, true,… in test_matrix_random_channel_trigger()
Dtest_touch_element.c339 .event = TOUCH_MATRIX_EVT_ON_PRESS, in test_integrat_btn_sld_mat()
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_element/touch_matrix/main/
Dtouch_matrix_example_main.c60 if (matrix_message->event == TOUCH_MATRIX_EVT_ON_PRESS) { in matrix_handler_task()
77 if (out_message->event == TOUCH_MATRIX_EVT_ON_PRESS) { in matrix_handler()
/hal_espressif-3.6.0/components/touch_element/include/touch_element/
Dtouch_matrix.h54 TOUCH_MATRIX_EVT_ON_PRESS, //!< Matrix button Press event enumerator
/hal_espressif-3.6.0/components/touch_element/
Dtouch_matrix.c580 matrix_handle->event = TOUCH_MATRIX_EVT_ON_PRESS; in matrix_proc_state()