Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/touch_element/test/
Dtest_touch_matrix.c95 } else if (matrix_event == TOUCH_MATRIX_EVT_ON_RELEASE) { in test_matrix_event_simulator()
108 } else if (matrix_event == TOUCH_MATRIX_EVT_ON_RELEASE) { in test_matrix_channel_simulator()
219 test_matrix_event_trigger_and_check(matrix_handle, TOUCH_MATRIX_EVT_ON_RELEASE, button_num); in test_matrix_disp_event()
262 …test_matrix_callback_trigger_and_check(matrix_handle, TOUCH_MATRIX_EVT_ON_RELEASE, button_num, tru… in test_matrix_disp_callback()
325 test_matrix_channel_simulator(channel_1, TOUCH_MATRIX_EVT_ON_RELEASE); in test_matrix_random_channel_trigger()
326 test_matrix_channel_simulator(channel_2, TOUCH_MATRIX_EVT_ON_RELEASE); in test_matrix_random_channel_trigger()
338 …test_matrix_callback_trigger_and_check(matrix_handle, TOUCH_MATRIX_EVT_ON_RELEASE, button_num, tru… in test_matrix_random_channel_trigger()
378 …test_matrix_event_simulator(matrix_handle, TOUCH_MATRIX_EVT_ON_RELEASE, button_num); //Reset hardw… in test_matrix_event_change_lp()
420 …test_matrix_event_simulator(matrix_handle, TOUCH_MATRIX_EVT_ON_RELEASE, button_num); //Reset hardw… in test_matrix_callback_change_lp()
Dtest_touch_element.c365 matrix_message.event = TOUCH_MATRIX_EVT_ON_RELEASE; in test_integrat_btn_sld_mat()
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_element/touch_matrix/main/
Dtouch_matrix_example_main.c62 } else if (matrix_message->event == TOUCH_MATRIX_EVT_ON_RELEASE) { in matrix_handler_task()
79 } else if (out_message->event == TOUCH_MATRIX_EVT_ON_RELEASE) { in matrix_handler()
/hal_espressif-3.6.0/components/touch_element/include/touch_element/
Dtouch_matrix.h55 TOUCH_MATRIX_EVT_ON_RELEASE, //!< Matrix button Press event enumerator
/hal_espressif-3.6.0/components/touch_element/
Dtouch_matrix.c597 matrix_handle->event = TOUCH_MATRIX_EVT_ON_RELEASE; in matrix_proc_state()