Searched refs:RTC_IO_TOUCH_PAD9_REG (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/port/esp32/ |
D | rtc_clk.c | 55 SET_PERI_REG_MASK(RTC_IO_TOUCH_PAD9_REG, RTC_IO_TOUCH_PAD9_TIE_OPT_M); in rtc_clk_32k_enable_common() 60 SET_PERI_REG_MASK(RTC_IO_TOUCH_PAD9_REG, RTC_IO_TOUCH_PAD9_XPD_M); in rtc_clk_32k_enable_common() 72 SET_PERI_REG_MASK(RTC_IO_TOUCH_PAD9_REG, RTC_IO_TOUCH_PAD9_TIE_OPT_M); in rtc_clk_32k_enable_common() 78 SET_PERI_REG_MASK(RTC_IO_TOUCH_PAD9_REG, RTC_IO_TOUCH_PAD9_XPD_M); in rtc_clk_32k_enable_common() 79 CLEAR_PERI_REG_MASK(RTC_IO_TOUCH_PAD9_REG, RTC_IO_TOUCH_PAD9_START_M); in rtc_clk_32k_enable_common() 98 CLEAR_PERI_REG_MASK(RTC_IO_TOUCH_PAD9_REG, RTC_IO_TOUCH_PAD9_XPD_M); in rtc_clk_32k_enable() 105 CLEAR_PERI_REG_MASK(RTC_IO_TOUCH_PAD9_REG, RTC_IO_TOUCH_PAD9_XPD_M); in rtc_clk_32k_enable()
|
/hal_espressif-latest/components/soc/esp32s3/ |
D | rtc_io_periph.c | 73 …{RTC_IO_TOUCH_PAD9_REG, RTC_IO_TOUCH_PAD9_MUX_SEL_M, RTC_IO_TOUCH_PAD9_FUN_SEL_S, RTC_IO_TOUCH_…
|
/hal_espressif-latest/components/soc/esp32s2/ |
D | rtc_io_periph.c | 71 …{RTC_IO_TOUCH_PAD9_REG, RTC_IO_TOUCH_PAD9_MUX_SEL_M, RTC_IO_TOUCH_PAD9_FUN_SEL_S, RTC_IO_TOUCH_…
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | rtc_io_reg.h | 1871 #define RTC_IO_TOUCH_PAD9_REG (DR_REG_RTCIO_BASE + 0xb8) macro
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | rtc_io_reg.h | 1291 #define RTC_IO_TOUCH_PAD9_REG (DR_REG_RTCIO_BASE + 0xA8) macro
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | rtc_io_reg.h | 1322 #define RTC_IO_TOUCH_PAD9_REG (DR_REG_RTCIO_BASE + 0xA8) macro
|