Searched refs:touch_matrix_subscribe_event (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/components/touch_element/test/ |
D | test_touch_matrix.c | 205 …TEST_ESP_OK(touch_matrix_subscribe_event(matrix_handle, TOUCH_ELEM_EVENT_ON_PRESS | TOUCH_ELEM_EVE… in test_matrix_disp_event() 247 …TEST_ESP_OK(touch_matrix_subscribe_event(matrix_handle, TOUCH_ELEM_EVENT_ON_PRESS | TOUCH_ELEM_EVE… in test_matrix_disp_callback() 302 …TEST_ESP_OK(touch_matrix_subscribe_event(matrix_handle, TOUCH_ELEM_EVENT_ON_PRESS | TOUCH_ELEM_EVE… in test_matrix_random_channel_trigger() 364 TEST_ESP_OK(touch_matrix_subscribe_event(matrix_handle, TOUCH_ELEM_EVENT_ON_LONGPRESS, NULL)); in test_matrix_event_change_lp() 406 …TEST_ESP_OK(touch_matrix_subscribe_event(matrix_handle, TOUCH_ELEM_EVENT_ON_LONGPRESS, (void *)&mo… in test_matrix_callback_change_lp()
|
D | test_touch_element.c | 305 …TEST_ESP_OK(touch_matrix_subscribe_event(matrix_handle, TOUCH_ELEM_EVENT_ON_PRESS | TOUCH_ELEM_EVE… in test_integrat_btn_sld_mat()
|
/hal_espressif-3.6.0/components/touch_element/include/touch_element/ |
D | touch_matrix.h | 154 esp_err_t touch_matrix_subscribe_event(touch_matrix_handle_t matrix_handle, uint32_t event_mask, vo…
|
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_element/touch_matrix/main/ |
D | touch_matrix_example_main.c | 108 …ESP_ERROR_CHECK(touch_matrix_subscribe_event(matrix_handle, TOUCH_ELEM_EVENT_ON_PRESS | TOUCH_ELEM… in app_main()
|
/hal_espressif-3.6.0/components/touch_element/ |
D | touch_matrix.c | 211 esp_err_t touch_matrix_subscribe_event(touch_matrix_handle_t matrix_handle, uint32_t event_mask, vo… in touch_matrix_subscribe_event() function
|