Home
last modified time | relevance | path

Searched refs:SOC_TOUCH_PAD_THRESHOLD_MAX (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.6.0/components/hal/
Dtouch_sensor_hal.c23 touch_ll_set_threshold(touch_num, SOC_TOUCH_PAD_THRESHOLD_MAX); in touch_hal_config()
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc_caps.h230 #define SOC_TOUCH_PAD_THRESHOLD_MAX (0x1FFFFF) /*!<If set touch threshold max value, The t… macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc_caps.h246 #define SOC_TOUCH_PAD_THRESHOLD_MAX (0x1FFFFF) /*!<If set touch threshold max value, The t… macro
/hal_espressif-3.6.0/components/hal/include/hal/
Dtouch_sensor_types.h117 #define TOUCH_PAD_THRESHOLD_MAX (SOC_TOUCH_PAD_THRESHOLD_MAX) /*!<If set touch threshol…
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc_caps.h246 #define SOC_TOUCH_PAD_THRESHOLD_MAX (0) /*!<If set touch threshold max value, The touch… macro
/hal_espressif-3.6.0/components/hal/esp32s2/
Dtouch_sensor_hal.c152 touch_ll_sleep_set_threshold(SOC_TOUCH_PAD_THRESHOLD_MAX); in touch_hal_sleep_channel_enable()
/hal_espressif-3.6.0/components/hal/esp32s3/
Dtouch_sensor_hal.c145 touch_ll_sleep_set_threshold(SOC_TOUCH_PAD_THRESHOLD_MAX); in touch_hal_sleep_channel_enable()
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_sensor_v2/touch_pad_interrupt/main/
Dtp_interrupt_main.c199 touch_pad_timeout_set(true, SOC_TOUCH_PAD_THRESHOLD_MAX); in app_main()
/hal_espressif-3.6.0/components/driver/test/touch_sensor_test/
Dtest_touch_v2.c61 #define TOUCH_READ_INVALID_VAL (SOC_TOUCH_PAD_THRESHOLD_MAX)