Searched refs:clk_8m_dfreq (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-3.4.0/components/soc/esp32/include/soc/ |
D | rtc.h | 140 …uint32_t clk_8m_dfreq : 8; //!< RTC 8m clock adjustment parameter (higher value leads to … member 153 .clk_8m_dfreq = RTC_CNTL_CK8M_DFREQ_DEFAULT, \
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32h2/ |
D | rtc_clk_init.c | 47 REG_SET_FIELD(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_CK8M_DFREQ, cfg.clk_8m_dfreq); in rtc_clk_init()
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s2/ |
D | rtc_clk_init.c | 41 REG_SET_FIELD(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_CK8M_DFREQ, cfg.clk_8m_dfreq); in rtc_clk_init()
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32c3/ |
D | rtc_clk_init.c | 39 REG_SET_FIELD(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_CK8M_DFREQ, cfg.clk_8m_dfreq); in rtc_clk_init()
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s3/ |
D | rtc_clk_init.c | 36 REG_SET_FIELD(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_CK8M_DFREQ, cfg.clk_8m_dfreq); in rtc_clk_init()
|
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/ |
D | rtc.h | 238 …uint32_t clk_8m_dfreq : 8; //!< RTC 8m clock adjustment parameter (higher value leads to high… member 252 .clk_8m_dfreq = RTC_CNTL_CK8M_DFREQ_DEFAULT, \
|
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/ |
D | rtc.h | 221 …uint32_t clk_8m_dfreq : 8; //!< RTC 8m clock adjustment parameter (higher value leads to high… member 235 .clk_8m_dfreq = RTC_CNTL_CK8M_DFREQ_DEFAULT, \
|
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/ |
D | rtc.h | 221 …uint32_t clk_8m_dfreq : 8; //!< RTC 8m clock adjustment parameter (higher value leads to high… member 235 .clk_8m_dfreq = RTC_CNTL_CK8M_DFREQ_DEFAULT, \
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32/ |
D | rtc_clk_init.c | 66 REG_SET_FIELD(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_CK8M_DFREQ, cfg.clk_8m_dfreq); in rtc_clk_init()
|
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/ |
D | rtc.h | 222 …uint32_t clk_8m_dfreq : 10; //!< RTC 8m clock adjustment parameter (higher value leads to hig… member 237 .clk_8m_dfreq = RTC_CNTL_CK8M_DFREQ_DEFAULT, \
|