Searched refs:volt (Results 1 – 3 of 3) sorted by relevance
28 void touch_hal_set_voltage(const touch_hal_volt_t *volt) in touch_hal_set_voltage() argument30 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() argument37 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()
65 const touch_hal_volt_t volt = { in touch_pad_set_voltage() local71 touch_hal_set_voltage(&volt); in touch_pad_set_voltage()79 touch_hal_volt_t volt = {0}; in touch_pad_get_voltage() local81 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()
60 void touch_hal_set_voltage(const touch_hal_volt_t *volt);70 void touch_hal_get_voltage(touch_hal_volt_t *volt);