Searched refs:touch_matrix_set_longpress (Results 1 – 3 of 3) sorted by relevance
206 TEST_ESP_OK(touch_matrix_set_longpress(matrix_handle, 300)); in test_matrix_disp_event()248 TEST_ESP_OK(touch_matrix_set_longpress(matrix_handle, 300)); in test_matrix_disp_callback()376 TEST_ESP_OK(touch_matrix_set_longpress(matrix_handle, 200 + (i + 1) * 50)); in test_matrix_event_change_lp()407 TEST_ESP_OK(touch_matrix_set_longpress(matrix_handle, 300)); in test_matrix_callback_change_lp()441 TEST_ESP_OK(touch_matrix_set_longpress(valid_message.handle, 300)); // Always 300ms in test_matrix_change_lp_handler()
207 esp_err_t touch_matrix_set_longpress(touch_matrix_handle_t matrix_handle, uint32_t threshold_time);
222 …touch_matrix_set_longpress(matrix_handle, TE_DEFAULT_LONGPRESS_TIME(s_te_mat_obj)); //set the def… in touch_matrix_subscribe_event()244 esp_err_t touch_matrix_set_longpress(touch_matrix_handle_t matrix_handle, uint32_t threshold_time) in touch_matrix_set_longpress() function