Home
last modified time | relevance | path

Searched defs:matrix_handle (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/touch_element/
Dtouch_matrix.c23 te_matrix_handle_t matrix_handle; //Matrix handle member
107 …uch_matrix_create(const touch_matrix_config_t *matrix_config, touch_matrix_handle_t *matrix_handle) in touch_matrix_create()
180 esp_err_t touch_matrix_delete(touch_matrix_handle_t matrix_handle) in touch_matrix_delete()
199 esp_err_t touch_matrix_set_dispatch_method(touch_matrix_handle_t matrix_handle, touch_elem_dispatch… in touch_matrix_set_dispatch_method()
211 esp_err_t touch_matrix_subscribe_event(touch_matrix_handle_t matrix_handle, uint32_t event_mask, vo… in touch_matrix_subscribe_event()
232 esp_err_t touch_matrix_set_callback(touch_matrix_handle_t matrix_handle, touch_matrix_callback_t ma… in touch_matrix_set_callback()
244 esp_err_t touch_matrix_set_longpress(touch_matrix_handle_t matrix_handle, uint32_t threshold_time) in touch_matrix_set_longpress()
315 static esp_err_t matrix_object_add_instance(te_matrix_handle_t matrix_handle) in matrix_object_add_instance()
326 static esp_err_t matrix_object_remove_instance(te_matrix_handle_t matrix_handle) in matrix_object_remove_instance()
343 static bool matrix_channel_check(te_matrix_handle_t matrix_handle, touch_pad_t channel_num) in matrix_channel_check()
[all …]
/hal_espressif-3.6.0/components/touch_element/test/
Dtest_touch_matrix.c87 void test_matrix_event_simulator(touch_matrix_handle_t matrix_handle, touch_matrix_event_t matrix_e… in test_matrix_event_simulator()
193 touch_matrix_handle_t matrix_handle = NULL; in test_matrix_disp_event() local
231 touch_matrix_handle_t matrix_handle = NULL; in test_matrix_disp_callback() local
286 touch_matrix_handle_t matrix_handle = NULL; in test_matrix_random_channel_trigger() local
352 touch_matrix_handle_t matrix_handle = NULL; in test_matrix_event_change_lp() local
390 touch_matrix_handle_t matrix_handle = NULL; in test_matrix_callback_change_lp() local
Dtest_touch_element.c260 touch_matrix_handle_t matrix_handle; in test_integrat_btn_sld_mat() local
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_element/touch_matrix/main/
Dtouch_matrix_example_main.c16 static touch_matrix_handle_t matrix_handle; variable