Home
last modified time | relevance | path

Searched refs:tie_opt (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/hal/
Dtouch_sensor_hal.c45 touch_ll_set_tie_option(touch_num, meas->tie_opt); in touch_hal_set_meas_mode()
51 touch_ll_get_tie_option(touch_num, &meas->tie_opt); in touch_hal_get_meas_mode()
/hal_espressif-latest/components/driver/touch_sensor/
Dtouch_sensor_common.c98 .tie_opt = opt, in touch_pad_set_cnt_mode()
116 *opt = meas.tie_opt; in touch_pad_get_cnt_mode()
/hal_espressif-latest/components/hal/include/hal/
Dtouch_sensor_hal.h32 … touch_tie_opt_t tie_opt; /*!<Set initial voltage state of touch channel for each measurement.*/ member
/hal_espressif-latest/components/hal/esp32/include/hal/
Dtouch_sensor_ll.h209 RTCIO.touch_pad[touch_pad_wrap].tie_opt = opt; in touch_ll_set_tie_option()
221 *opt = (touch_tie_opt_t)RTCIO.touch_pad[touch_pad_wrap].tie_opt; in touch_ll_get_tie_option()
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc_io_struct.h245 … uint32_t tie_opt: 1; /*default touch sensor tie option. 0: tie low 1: tie high.*/ member
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_ll.h195 RTCIO.touch_pad[touch_num].tie_opt = opt; in touch_ll_set_tie_option()
206 *opt = (touch_tie_opt_t)RTCIO.touch_pad[touch_num].tie_opt; in touch_ll_get_tie_option()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_ll.h203 RTCIO.touch_pad[touch_num].tie_opt = opt; in touch_ll_set_tie_option()
214 *opt = (touch_tie_opt_t)RTCIO.touch_pad[touch_num].tie_opt; in touch_ll_get_tie_option()
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc_io_struct.h127 uint32_t tie_opt : 1; /*TOUCH_TIE_OPT*/ member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc_io_struct.h118 uint32_t tie_opt: 1; /*TOUCH_TIE_OPT*/ member
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/
Dtouch_sensor.c420 .tie_opt = TOUCH_PAD_TIE_OPT_DEFAULT, in touch_pad_denoise_set_config()
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c446 .tie_opt = TOUCH_PAD_TIE_OPT_DEFAULT, in touch_pad_denoise_set_config()