Searched refs:touch_volt_atten_t (Results 1 – 7 of 7) sorted by relevance
56 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…
151 static inline void touch_ll_set_voltage_attenuation(touch_volt_atten_t atten) in touch_ll_set_voltage_attenuation()163 static inline void touch_ll_get_voltage_attenuation(touch_volt_atten_t *atten) in touch_ll_get_voltage_attenuation()165 *atten = (touch_volt_atten_t)RTCIO.touch_cfg.drange; in touch_ll_get_voltage_attenuation()
56 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()
27 touch_volt_atten_t atten;
65 } touch_volt_atten_t; typedef
138 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()