Home
last modified time | relevance | path

Searched refs:touch_pad_set_cnt_mode (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-3.6.0/components/touch_element/test/
Dtest_touch_matrix.c93 touch_pad_set_cnt_mode(x_channel, TOUCH_PAD_SLOPE_3, TOUCH_PAD_TIE_OPT_DEFAULT); in test_matrix_event_simulator()
94 touch_pad_set_cnt_mode(y_channel, TOUCH_PAD_SLOPE_3, TOUCH_PAD_TIE_OPT_DEFAULT); in test_matrix_event_simulator()
96 touch_pad_set_cnt_mode(x_channel, TOUCH_PAD_SLOPE_7, TOUCH_PAD_TIE_OPT_DEFAULT); in test_matrix_event_simulator()
97 touch_pad_set_cnt_mode(y_channel, TOUCH_PAD_SLOPE_7, TOUCH_PAD_TIE_OPT_DEFAULT); in test_matrix_event_simulator()
99touch_pad_set_cnt_mode(x_channel, TOUCH_PAD_SLOPE_3, TOUCH_PAD_TIE_OPT_DEFAULT); // LongPress in test_matrix_event_simulator()
100 touch_pad_set_cnt_mode(y_channel, TOUCH_PAD_SLOPE_3, TOUCH_PAD_TIE_OPT_DEFAULT); in test_matrix_event_simulator()
107 touch_pad_set_cnt_mode(channel, TOUCH_PAD_SLOPE_3, TOUCH_PAD_TIE_OPT_DEFAULT); in test_matrix_channel_simulator()
109 touch_pad_set_cnt_mode(channel, TOUCH_PAD_SLOPE_7, TOUCH_PAD_TIE_OPT_DEFAULT); in test_matrix_channel_simulator()
Dtest_touch_slider.c61 touch_pad_set_cnt_mode(channel, TOUCH_PAD_SLOPE_3, TOUCH_PAD_TIE_OPT_DEFAULT); in test_slider_event_simulator()
63 touch_pad_set_cnt_mode(channel, TOUCH_PAD_SLOPE_7, TOUCH_PAD_TIE_OPT_DEFAULT); in test_slider_event_simulator()
Dtest_touch_button.c100 touch_pad_set_cnt_mode(channel, TOUCH_PAD_SLOPE_3, TOUCH_PAD_TIE_OPT_DEFAULT); in test_button_event_simulator()
102 touch_pad_set_cnt_mode(channel, TOUCH_PAD_SLOPE_7, TOUCH_PAD_TIE_OPT_DEFAULT); in test_button_event_simulator()
104 touch_pad_set_cnt_mode(channel, TOUCH_PAD_SLOPE_3, TOUCH_PAD_TIE_OPT_DEFAULT); //LongPress in test_button_event_simulator()
Dtest_touch_element.c194 touch_pad_set_cnt_mode(guard_channel, TOUCH_PAD_SLOPE_3, TOUCH_PAD_TIE_OPT_DEFAULT); in test_waterproof_event_simulator()
196 touch_pad_set_cnt_mode(guard_channel, TOUCH_PAD_SLOPE_7, TOUCH_PAD_TIE_OPT_DEFAULT); in test_waterproof_event_simulator()
/hal_espressif-3.6.0/components/driver/test/touch_sensor_test/
Dtest_touch_v1.c76 touch_pad_set_cnt_mode(pad_num, TOUCH_PAD_SLOPE_2, TOUCH_PAD_TIE_OPT_DEFAULT); in test_press_fake()
84 touch_pad_set_cnt_mode(pad_num, TOUCH_PAD_SLOPE_7, TOUCH_PAD_TIE_OPT_DEFAULT); in test_release_fake()
227 touch_pad_set_cnt_mode(pad_num, slope, TOUCH_PAD_TIE_OPT_DEFAULT); in test_touch_parameter()
Dtest_touch_v2.c147 touch_pad_set_cnt_mode(pad_num, TOUCH_PAD_SLOPE_0, TOUCH_PAD_TIE_OPT_DEFAULT); in test_timeout_trigger_fake()
152 touch_pad_set_cnt_mode(pad_num, TOUCH_PAD_SLOPE_7, TOUCH_PAD_TIE_OPT_DEFAULT); in test_timeout_normal()
160 touch_pad_set_cnt_mode(pad_num, TOUCH_PAD_SLOPE_3, TOUCH_PAD_TIE_OPT_DEFAULT); in test_press_fake()
168 touch_pad_set_cnt_mode(pad_num, TOUCH_PAD_SLOPE_7, TOUCH_PAD_TIE_OPT_DEFAULT); in test_release_fake()
283 …TEST_ESP_OK( touch_pad_set_cnt_mode(touch_list[i], i % 7 ? i % 7 : 1, TOUCH_PAD_TIE_OPT_DEFAULT) ); in test_touch_timer_read()
436 TEST_ESP_OK( touch_pad_set_cnt_mode(pad_num, slope, TOUCH_PAD_TIE_OPT_DEFAULT) ); in test_touch_base_parameter()
/hal_espressif-3.6.0/components/driver/include/driver/
Dtouch_sensor_common.h82 esp_err_t touch_pad_set_cnt_mode(touch_pad_t touch_num, touch_cnt_slope_t slope, touch_tie_opt_t op…
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_sensor_v2/touch_pad_read/main/
Dtp_read_main.c69 touch_pad_set_cnt_mode(button[i], TOUCH_PAD_SLOPE_DEFAULT, TOUCH_PAD_TIE_OPT_DEFAULT); in app_main()
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_sensor_v2/touch_pad_interrupt/main/
Dtp_interrupt_main.c166 touch_pad_set_cnt_mode(button[i], TOUCH_PAD_SLOPE_DEFAULT, TOUCH_PAD_TIE_OPT_DEFAULT); in app_main()
/hal_espressif-3.6.0/docs/zh_CN/api-reference/peripherals/
Dtouch_pad.rst99 * 速率(斜率) :cpp:func:`touch_pad_set_cnt_mode`
/hal_espressif-3.6.0/components/driver/
Dtouch_sensor_common.c90 esp_err_t touch_pad_set_cnt_mode(touch_pad_t touch_num, touch_cnt_slope_t slope, touch_tie_opt_t op… in touch_pad_set_cnt_mode() function
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dtouch_pad.rst99 * speed (slope): :cpp:func:`touch_pad_set_cnt_mode`
/hal_espressif-3.6.0/tools/test_idf_size/
Dapp.map3443 .literal.touch_pad_set_cnt_mode
3654 .text.touch_pad_set_cnt_mode
Doverflow.map13656 .literal.touch_pad_set_cnt_mode
13693 .rodata.touch_pad_set_cnt_mode.str1.4
13695 .text.touch_pad_set_cnt_mode
76898 touch_pad_set_cnt_mode esp-idf/driver/libdriver.a(touch_sensor_common.c.…
Doverflow_esp32s2.map14102 .literal.touch_pad_set_cnt_mode
14139 .rodata.touch_pad_set_cnt_mode.str1.4
14141 .text.touch_pad_set_cnt_mode
78065 touch_pad_set_cnt_mode esp-idf/driver/libdriver.a(touch_sensor_common.c.…