Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_hw_support/port/esp32/
Drtc_clk.c67 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()
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-3.7.0/components/soc/esp32/include/soc/
Drtc_io_reg.h1099 #define RTC_IO_TOUCH_DCUR_M ((RTC_IO_TOUCH_DCUR_V)<<(RTC_IO_TOUCH_DCUR_S))
1101 #define RTC_IO_TOUCH_DCUR_S 23 macro