Home
last modified time | relevance | path

Searched refs:TOUCH_HVOLT_ATTEN_KEEP (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Dtouch_sensor_types.h59 TOUCH_HVOLT_ATTEN_KEEP = -1, /*!<Touch sensor high reference voltage attenuation, no change */ enumerator
/hal_espressif-latest/components/driver/touch_sensor/
Dtouch_sensor_common.c62 …TOUCH_CHECK(((atten < TOUCH_HVOLT_ATTEN_MAX) && (refh >= (int )TOUCH_HVOLT_ATTEN_KEEP)), "touch at… in touch_pad_set_voltage()