Searched refs:TOUCH_PAD_NUM10 (Results 1 – 4 of 4) sorted by relevance
40 #define TOUCH_PAD_GPIO10_CHANNEL TOUCH_PAD_NUM10
49 #define TOUCH_PAD_GPIO10_CHANNEL TOUCH_PAD_NUM10
169 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()
28 TOUCH_PAD_NUM10, /*!< Touch channel 10 is GPIO10(ESP32-S2) */ enumerator