Home
last modified time | relevance | path

Searched refs:touch_cfg (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/hal/esp32/include/hal/
Dtouch_sensor_ll.h107 RTCIO.touch_cfg.drefh = refh; in touch_ll_set_voltage_high()
119 *refh = (touch_high_volt_t)RTCIO.touch_cfg.drefh; in touch_ll_get_voltage_high()
130 RTCIO.touch_cfg.drefl = refl; in touch_ll_set_voltage_low()
141 *refl = (touch_low_volt_t)RTCIO.touch_cfg.drefl; in touch_ll_get_voltage_low()
153 RTCIO.touch_cfg.drange = atten; in touch_ll_set_voltage_attenuation()
165 *atten = (touch_volt_atten_t)RTCIO.touch_cfg.drange; in touch_ll_get_voltage_attenuation()
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc_io_struct.h233 } touch_cfg; member