Searched refs:touch_low_volt_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…
128 static inline void touch_ll_set_voltage_low(touch_low_volt_t refl) in touch_ll_set_voltage_low()139 static inline void touch_ll_get_voltage_low(touch_low_volt_t *refl) in touch_ll_get_voltage_low()141 *refl = (touch_low_volt_t)RTCIO.touch_cfg.drefl; in touch_ll_get_voltage_low()
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()
26 touch_low_volt_t refl;
55 } touch_low_volt_t; typedef
115 static inline void touch_ll_set_voltage_low(touch_low_volt_t refl) in touch_ll_set_voltage_low()126 static inline void touch_ll_get_voltage_low(touch_low_volt_t *refl) in touch_ll_get_voltage_low()128 *refl = (touch_low_volt_t)RTCCNTL.touch_ctrl2.touch_drefl; in touch_ll_get_voltage_low()