Searched defs:matrix_handle (Results 1 – 4 of 4) sorted by relevance
23 te_matrix_handle_t matrix_handle; //Matrix handle member107 …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 …]
87 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() local231 touch_matrix_handle_t matrix_handle = NULL; in test_matrix_disp_callback() local286 touch_matrix_handle_t matrix_handle = NULL; in test_matrix_random_channel_trigger() local352 touch_matrix_handle_t matrix_handle = NULL; in test_matrix_event_change_lp() local390 touch_matrix_handle_t matrix_handle = NULL; in test_matrix_callback_change_lp() local
260 touch_matrix_handle_t matrix_handle; in test_integrat_btn_sld_mat() local
16 static touch_matrix_handle_t matrix_handle; variable