ESP-IDF
+
0
/3 examples
SourceVu will show references to
touch_pad_set_voltage()
from the following samples and libraries:
deep_sleep sample
touch_pad_interrupt sample
touch_pad_read sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
touch_pad_set_voltage()
touch_pad_set_voltage() function
Set touch sensor high voltage threshold of chanrge. The touch sensor measures the channel capacitance value by charging and discharging the channel. So the high threshold should be less than the supply voltage.
Syntax
Show:
Summary
Declaration
Definition
from
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
atten
)
;
Implemented in
touch_sensor_common.c:56
Arguments
Argument
Description
refh
the value of DREFH
refl
the value of DREFL
atten
the attenuation on DREFH
Return value
- ESP_OK on success - ESP_ERR_INVALID_ARG if argument is wrong
Examples
touch_pad_set_voltage()
is referenced by 3 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out