Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/esp_hw_support/port/esp32/
Drtc_clk.c142 SET_PERI_REG_BITS(RTC_IO_TOUCH_PAD8_REG, RTC_IO_TOUCH_PAD8_DAC, 4, RTC_IO_TOUCH_PAD8_DAC_S); in rtc_clk_32k_enable_common()
160 SET_PERI_REG_BITS(RTC_IO_TOUCH_PAD8_REG, RTC_IO_TOUCH_PAD8_DAC, 1, RTC_IO_TOUCH_PAD8_DAC_S); in rtc_clk_32k_enable_common()
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Drtc_io_reg.h1839 #define RTC_IO_TOUCH_PAD8_REG (DR_REG_RTCIO_BASE + 0xb4) macro