Searched refs:RTC_IO_PAD_DAC1_REG (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.7.0/components/esp_hw_support/test_apps/rtc_clk/main/ |
D | test_rtc_clk.c | 129 REG_SET_BIT(RTC_IO_PAD_DAC1_REG, RTC_IO_PDAC1_MUX_SEL_M); in pull_out_clk() 130 REG_CLR_BIT(RTC_IO_PAD_DAC1_REG, RTC_IO_PDAC1_RDE_M | RTC_IO_PDAC1_RUE_M); in pull_out_clk() 131 REG_SET_FIELD(RTC_IO_PAD_DAC1_REG, RTC_IO_PDAC1_FUN_SEL, 1); in pull_out_clk()
|
/hal_espressif-3.7.0/components/soc/esp32/ |
D | rtc_io_periph.c | 61 …{RTC_IO_PAD_DAC1_REG, RTC_IO_PDAC1_MUX_SEL_M, RTC_IO_PDAC1_FUN_SEL_S, RTC_IO_PDAC1_FUN…
|
/hal_espressif-3.7.0/components/soc/esp32s2/ |
D | rtc_io_periph.c | 79 …{RTC_IO_PAD_DAC1_REG, RTC_IO_PDAC1_MUX_SEL_M, RTC_IO_PDAC1_FUN_SEL_S, RTC_IO_PDAC1_…
|
/hal_espressif-3.7.0/components/soc/esp32s3/ |
D | rtc_io_periph.c | 81 …{RTC_IO_PAD_DAC1_REG, RTC_IO_PDAC1_MUX_SEL_M, RTC_IO_PDAC1_FUN_SEL_S, RTC_IO_PDAC1_…
|
/hal_espressif-3.7.0/components/soc/esp32/include/soc/ |
D | rtc_io_reg.h | 760 #define RTC_IO_PAD_DAC1_REG (DR_REG_RTCIO_BASE + 0x84) macro
|
/hal_espressif-3.7.0/components/soc/esp32s3/include/soc/ |
D | rtc_io_reg.h | 1847 #define RTC_IO_PAD_DAC1_REG (DR_REG_RTCIO_BASE + 0xC8) macro
|
/hal_espressif-3.7.0/components/soc/esp32s2/include/soc/ |
D | rtc_io_reg.h | 1914 #define RTC_IO_PAD_DAC1_REG (DR_REG_RTCIO_BASE + 0xC8) macro
|