Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/touch_sensor/
Dtouch_sensor_common.c184 touch_hal_set_threshold(touch_num, threshold); in touch_pad_set_thresh()
195 touch_hal_set_threshold(touch_num, threshold); in touch_pad_set_thresh()
/hal_espressif-latest/components/hal/include/hal/
Dtouch_sensor_hal.h128 #define touch_hal_set_threshold(touch_num, threshold) touch_ll_set_threshold(touch_num, threshold) macro
/hal_espressif-latest/components/driver/touch_sensor/esp32/
Dtouch_sensor.c286 touch_hal_set_threshold(touch_num, threshold); in touch_pad_config()