Searched refs:TOUCH_MATRIX_EVT_ON_PRESS (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/components/touch_element/test/ |
D | test_touch_matrix.c | 92 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()
|
D | test_touch_element.c | 339 .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/ |
D | touch_matrix_example_main.c | 60 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/ |
D | touch_matrix.h | 54 TOUCH_MATRIX_EVT_ON_PRESS, //!< Matrix button Press event enumerator
|
/hal_espressif-3.6.0/components/touch_element/ |
D | touch_matrix.c | 580 matrix_handle->event = TOUCH_MATRIX_EVT_ON_PRESS; in matrix_proc_state()
|