Home
last modified time | relevance | path

Searched refs:touch_matrix_set_longpress (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/touch_element/test/
Dtest_touch_matrix.c206 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()
/hal_espressif-3.6.0/components/touch_element/include/touch_element/
Dtouch_matrix.h207 esp_err_t touch_matrix_set_longpress(touch_matrix_handle_t matrix_handle, uint32_t threshold_time);
/hal_espressif-3.6.0/components/touch_element/
Dtouch_matrix.c222touch_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