Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_clk.c52 SET_PERI_REG_MASK(RTC_IO_TOUCH_CFG_REG, RTC_IO_TOUCH_XPD_BIAS_M); in rtc_clk_32k_enable_common()
66 SET_PERI_REG_MASK(RTC_IO_TOUCH_CFG_REG, RTC_IO_TOUCH_XPD_BIAS_M); in rtc_clk_32k_enable_common()
67 SET_PERI_REG_BITS(RTC_IO_TOUCH_CFG_REG, RTC_IO_TOUCH_DCUR, 3, RTC_IO_TOUCH_DCUR_S); in rtc_clk_32k_enable_common()
103 CLEAR_PERI_REG_MASK(RTC_IO_TOUCH_CFG_REG, RTC_IO_TOUCH_XPD_BIAS_M); in rtc_clk_32k_enable()
104 SET_PERI_REG_BITS(RTC_IO_TOUCH_CFG_REG, RTC_IO_TOUCH_DCUR, 0, RTC_IO_TOUCH_DCUR_S); in rtc_clk_32k_enable()
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc_io_reg.h1070 #define RTC_IO_TOUCH_CFG_REG (DR_REG_RTCIO_BASE + 0x90) macro