Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/touch_sensor/
Dtouch_sensor_common.c205 touch_hal_get_threshold(touch_num, threshold); in touch_pad_get_thresh()
214 touch_hal_get_threshold(touch_num, threshold); in touch_pad_get_thresh()
/hal_espressif-latest/components/hal/include/hal/
Dtouch_sensor_hal.h136 #define touch_hal_get_threshold(touch_num, threshold) touch_ll_get_threshold(touch_num, threshold) macro