Searched refs:TOUCH_PAD_TIE_OPT_DEFAULT (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-3.6.0/components/touch_element/test/ |
D | test_touch_matrix.c | 93 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() 99 … touch_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()
|
D | test_touch_slider.c | 61 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()
|
D | test_touch_button.c | 100 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()
|
D | test_touch_element.c | 194 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/ |
D | test_touch_v1.c | 76 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()
|
D | test_touch_v2.c | 147 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/hal/ |
D | touch_sensor_hal.c | 25 touch_ll_set_tie_option(touch_num, TOUCH_PAD_TIE_OPT_DEFAULT); in touch_hal_config()
|
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_sensor_v2/touch_pad_read/main/ |
D | tp_read_main.c | 69 touch_pad_set_cnt_mode(button[i], TOUCH_PAD_SLOPE_DEFAULT, TOUCH_PAD_TIE_OPT_DEFAULT); in app_main()
|
/hal_espressif-3.6.0/components/hal/include/hal/ |
D | touch_sensor_types.h | 111 #define TOUCH_PAD_TIE_OPT_DEFAULT (TOUCH_PAD_TIE_OPT_LOW) macro
|
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_sensor_v2/touch_pad_interrupt/main/ |
D | tp_interrupt_main.c | 166 touch_pad_set_cnt_mode(button[i], TOUCH_PAD_SLOPE_DEFAULT, TOUCH_PAD_TIE_OPT_DEFAULT); in app_main()
|
/hal_espressif-3.6.0/components/driver/esp32s3/ |
D | touch_sensor.c | 394 .tie_opt = TOUCH_PAD_TIE_OPT_DEFAULT, in touch_pad_denoise_set_config()
|
/hal_espressif-3.6.0/components/driver/esp32s2/ |
D | touch_sensor.c | 414 .tie_opt = TOUCH_PAD_TIE_OPT_DEFAULT, in touch_pad_denoise_set_config()
|