Home
last modified time | relevance | path

Searched defs:refl (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/driver/
Dtouch_sensor_common.c64 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()
85 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()
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dtouch_sensor_ll.h132 static inline void touch_ll_set_voltage_low(touch_low_volt_t refl) in touch_ll_set_voltage_low()
143 static inline void touch_ll_get_voltage_low(touch_low_volt_t *refl) in touch_ll_get_voltage_low()
/device/soc/esp/esp32/components/hal/include/hal/
Dtouch_sensor_hal.h34 touch_low_volt_t refl; member