Home
last modified time | relevance | path

Searched refs:touch_volt_atten_t (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/components/driver/include/driver/
Dtouch_sensor_common.h56 esp_err_t touch_pad_set_voltage(touch_high_volt_t refh, touch_low_volt_t refl, touch_volt_atten_t a…
66 esp_err_t touch_pad_get_voltage(touch_high_volt_t *refh, touch_low_volt_t *refl, touch_volt_atten_t
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dtouch_sensor_ll.h159 static inline void touch_ll_set_voltage_attenuation(touch_volt_atten_t atten) in touch_ll_set_voltage_attenuation()
171 static inline void touch_ll_get_voltage_attenuation(touch_volt_atten_t *atten) in touch_ll_get_voltage_attenuation()
173 *atten = (touch_volt_atten_t)RTCIO.touch_cfg.drange; in touch_ll_get_voltage_attenuation()
/hal_espressif-3.6.0/components/driver/
Dtouch_sensor_common.c56 esp_err_t touch_pad_set_voltage(touch_high_volt_t refh, touch_low_volt_t refl, touch_volt_atten_t a… in touch_pad_set_voltage()
77 esp_err_t touch_pad_get_voltage(touch_high_volt_t *refh, touch_low_volt_t *refl, touch_volt_atten_t in touch_pad_get_voltage()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dtouch_sensor_ll.h146 static inline void touch_ll_set_voltage_attenuation(touch_volt_atten_t atten) in touch_ll_set_voltage_attenuation()
158 static inline void touch_ll_get_voltage_attenuation(touch_volt_atten_t *atten) in touch_ll_get_voltage_attenuation()
160 *atten = (touch_volt_atten_t)RTCCNTL.touch_ctrl2.touch_drange; in touch_ll_get_voltage_attenuation()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dtouch_sensor_ll.h138 static inline void touch_ll_set_voltage_attenuation(touch_volt_atten_t atten) in touch_ll_set_voltage_attenuation()
150 static inline void touch_ll_get_voltage_attenuation(touch_volt_atten_t *atten) in touch_ll_get_voltage_attenuation()
152 *atten = (touch_volt_atten_t)RTCCNTL.touch_ctrl2.touch_drange; in touch_ll_get_voltage_attenuation()
/hal_espressif-3.6.0/components/hal/include/hal/
Dtouch_sensor_hal.h35 touch_volt_atten_t atten;
Dtouch_sensor_types.h65 } touch_volt_atten_t; typedef
/hal_espressif-3.6.0/components/touch_element/include/touch_element/
Dtouch_element.h76touch_volt_atten_t voltage_attenuation; //!< Touch sensor channel upper charge voltage a…