Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32c6/include/soc/
Drtc.h179 …uint32_t clk_8m_dfreq : 10; //!< RC_FAST clock adjustment parameter (higher value … member
194 .clk_8m_dfreq = RTC_CNTL_CK8M_DFREQ_DEFAULT, \
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Drtc.h183 …uint32_t clk_8m_dfreq : 10; //!< RC_FAST clock adjustment parameter (higher value l… member
198 .clk_8m_dfreq = RTC_CNTL_CK8M_DFREQ_DEFAULT, \
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
Drtc_clk_init.c38 REG_SET_FIELD(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_CK8M_DFREQ, cfg.clk_8m_dfreq); in rtc_clk_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_clk_init.c37 REG_SET_FIELD(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_CK8M_DFREQ, cfg.clk_8m_dfreq); in rtc_clk_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_clk_init.c35 REG_SET_FIELD(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_CK8M_DFREQ, cfg.clk_8m_dfreq); in rtc_clk_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Drtc_clk_init.c38 REG_SET_FIELD(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_CK8M_DFREQ, cfg.clk_8m_dfreq); in rtc_clk_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Drtc_clk_init.c41 REG_SET_FIELD(LP_CLKRST_FOSC_CNTL_REG, LP_CLKRST_FOSC_DFREQ, cfg.clk_8m_dfreq); in rtc_clk_init()
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc.h117 …uint32_t clk_8m_dfreq : 8; //!< RTC 8m clock adjustment parameter (higher value le… member
130 .clk_8m_dfreq = RTC_CNTL_CK8M_DFREQ_DEFAULT, \
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Drtc_clk_init.c74 REG_SET_FIELD(LP_CLKRST_FOSC_CNTL_REG, LP_CLKRST_FOSC_DFREQ, cfg.clk_8m_dfreq); in rtc_clk_init()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Drtc.h186 …uint32_t clk_8m_dfreq : 8; //!< RTC 8m clock adjustment parameter (higher value le… member
200 .clk_8m_dfreq = RTC_CNTL_CK8M_DFREQ_DEFAULT, \
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_clk_init.c62 REG_SET_FIELD(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_CK8M_DFREQ, cfg.clk_8m_dfreq); in rtc_clk_init()
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc.h185 …uint32_t clk_8m_dfreq : 8; //!< RTC 8m clock adjustment parameter (higher value le… member
199 .clk_8m_dfreq = RTC_CNTL_CK8M_DFREQ_DEFAULT, \
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc.h191 …uint32_t clk_8m_dfreq : 8; //!< RTC 8m clock adjustment parameter (higher value le… member
205 .clk_8m_dfreq = RTC_CNTL_CK8M_DFREQ_DEFAULT, \
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc.h189 …uint32_t clk_8m_dfreq : 8; //!< RTC 8m clock adjustment parameter (higher value le… member
203 .clk_8m_dfreq = RTC_CNTL_CK8M_DFREQ_DEFAULT, \