Home
last modified time | relevance | path

Searched refs:clk_8m_dfreq (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Drtc.h140 …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/
Drtc_clk_init.c47 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/
Drtc_clk_init.c41 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/
Drtc_clk_init.c39 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/
Drtc_clk_init.c36 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/
Drtc.h238 …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/
Drtc.h221 …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/
Drtc.h221 …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/
Drtc_clk_init.c66 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/
Drtc.h222 …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, \