Searched refs:refl (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/driver/touch_sensor/ |
D | touch_sensor_common.c | 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() argument 60 TOUCH_CHECK(((refl < TOUCH_LVOLT_MAX) && (refh >= (int )TOUCH_LVOLT_KEEP)), "touch refl error", in touch_pad_set_voltage() 67 .refl = refl, 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() argument 84 *refl = volt.refl; in touch_pad_get_voltage()
|
/hal_espressif-latest/components/hal/ |
D | touch_sensor_hal.c | 31 touch_ll_set_voltage_low(volt->refl); in touch_hal_set_voltage() 38 touch_ll_get_voltage_low(&volt->refl); in touch_hal_get_voltage()
|
/hal_espressif-latest/components/driver/touch_sensor/include/driver/ |
D | touch_sensor_common.h | 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…
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | touch_sensor_ll.h | 128 static inline void touch_ll_set_voltage_low(touch_low_volt_t refl) in touch_ll_set_voltage_low() argument 130 RTCIO.touch_cfg.drefl = 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() argument 141 *refl = (touch_low_volt_t)RTCIO.touch_cfg.drefl; in touch_ll_get_voltage_low()
|
/hal_espressif-latest/components/hal/include/hal/ |
D | touch_sensor_hal.h | 26 touch_low_volt_t refl; member
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | touch_sensor_ll.h | 115 static inline void touch_ll_set_voltage_low(touch_low_volt_t refl) in touch_ll_set_voltage_low() argument 117 RTCCNTL.touch_ctrl2.touch_drefl = 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() argument 128 *refl = (touch_low_volt_t)RTCCNTL.touch_ctrl2.touch_drefl; in touch_ll_get_voltage_low()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | touch_sensor_ll.h | 115 static inline void touch_ll_set_voltage_low(touch_low_volt_t refl) in touch_ll_set_voltage_low() argument 117 RTCCNTL.touch_ctrl2.touch_drefl = 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() argument 128 *refl = (touch_low_volt_t)RTCCNTL.touch_ctrl2.touch_drefl; in touch_ll_get_voltage_low()
|