Home
last modified time | relevance | path

Searched refs:TOUCH_PAD_NUM10 (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dtouch_sensor_channel.h40 #define TOUCH_PAD_GPIO10_CHANNEL TOUCH_PAD_NUM10
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dtouch_sensor_channel.h49 #define TOUCH_PAD_GPIO10_CHANNEL TOUCH_PAD_NUM10
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_ll.h169 if (touch_num < TOUCH_PAD_NUM10) { in touch_ll_set_slope()
172 …C_CNTL_TOUCH_PAD10_DAC_V, slope, (RTC_CNTL_TOUCH_PAD10_DAC_S - (touch_num - TOUCH_PAD_NUM10) * 3)); in touch_ll_set_slope()
188 if (touch_num < TOUCH_PAD_NUM10) { in touch_ll_get_slope()
191 …REG, RTC_CNTL_TOUCH_PAD10_DAC_V, (RTC_CNTL_TOUCH_PAD10_DAC_S - (touch_num - TOUCH_PAD_NUM10) * 3)); in touch_ll_get_slope()
/hal_espressif-latest/components/hal/include/hal/
Dtouch_sensor_types.h28 TOUCH_PAD_NUM10, /*!< Touch channel 10 is GPIO10(ESP32-S2) */ enumerator