Home
last modified time | relevance | path

Searched refs:touch_tie_opt_t (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/driver/touch_sensor/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…
93 esp_err_t touch_pad_get_cnt_mode(touch_pad_t touch_num, touch_cnt_slope_t *slope, touch_tie_opt_t *…
/hal_espressif-latest/components/hal/esp32/include/hal/
Dtouch_sensor_ll.h206 static inline void touch_ll_set_tie_option(touch_pad_t touch_num, touch_tie_opt_t opt) in touch_ll_set_tie_option()
218 static inline void touch_ll_get_tie_option(touch_pad_t touch_num, touch_tie_opt_t *opt) in touch_ll_get_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/driver/touch_sensor/
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()
107 esp_err_t touch_pad_get_cnt_mode(touch_pad_t touch_num, touch_cnt_slope_t *slope, touch_tie_opt_t *… in touch_pad_get_cnt_mode()
/hal_espressif-latest/components/hal/include/hal/
Dtouch_sensor_hal.h32touch_tie_opt_t tie_opt; /*!<Set initial voltage state of touch channel for each measurement.*/
Dtouch_sensor_types.h85 } touch_tie_opt_t; typedef
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_ll.h193 static inline void touch_ll_set_tie_option(touch_pad_t touch_num, touch_tie_opt_t opt) in touch_ll_set_tie_option()
204 static inline void touch_ll_get_tie_option(touch_pad_t touch_num, touch_tie_opt_t *opt) in touch_ll_get_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.h201 static inline void touch_ll_set_tie_option(touch_pad_t touch_num, touch_tie_opt_t opt) in touch_ll_set_tie_option()
212 static inline void touch_ll_get_tie_option(touch_pad_t touch_num, touch_tie_opt_t *opt) in touch_ll_get_tie_option()
214 *opt = (touch_tie_opt_t)RTCIO.touch_pad[touch_num].tie_opt; in touch_ll_get_tie_option()