Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Dtouch_sensor_hal.h28 } touch_hal_volt_t; typedef
60 void touch_hal_set_voltage(const touch_hal_volt_t *volt);
70 void touch_hal_get_voltage(touch_hal_volt_t *volt);
/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()
35 void touch_hal_get_voltage(touch_hal_volt_t *volt) 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()
79 touch_hal_volt_t volt = {0}; in touch_pad_get_voltage()