Home
last modified time | relevance | path

Searched refs:volt (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/hal/
Dtouch_sensor_hal.c28 void touch_hal_set_voltage(const touch_hal_volt_t *volt) in touch_hal_set_voltage() argument
30 touch_ll_set_voltage_high(volt->refh); in touch_hal_set_voltage()
31 touch_ll_set_voltage_low(volt->refl); in touch_hal_set_voltage()
32 touch_ll_set_voltage_attenuation(volt->atten); in touch_hal_set_voltage()
35 void touch_hal_get_voltage(touch_hal_volt_t *volt) in touch_hal_get_voltage() argument
37 touch_ll_get_voltage_high(&volt->refh); in touch_hal_get_voltage()
38 touch_ll_get_voltage_low(&volt->refl); in touch_hal_get_voltage()
39 touch_ll_get_voltage_attenuation(&volt->atten); in touch_hal_get_voltage()
/hal_espressif-latest/components/driver/touch_sensor/
Dtouch_sensor_common.c65 const touch_hal_volt_t volt = { in touch_pad_set_voltage() local
71 touch_hal_set_voltage(&volt); in touch_pad_set_voltage()
79 touch_hal_volt_t volt = {0}; in touch_pad_get_voltage() local
81 touch_hal_get_voltage(&volt); in touch_pad_get_voltage()
83 *refh = volt.refh; in touch_pad_get_voltage()
84 *refl = volt.refl; in touch_pad_get_voltage()
85 *atten = volt.atten; in touch_pad_get_voltage()
/hal_espressif-latest/components/hal/include/hal/
Dtouch_sensor_hal.h60 void touch_hal_set_voltage(const touch_hal_volt_t *volt);
70 void touch_hal_get_voltage(touch_hal_volt_t *volt);