Home
last modified time | relevance | path

Searched refs:rc32k_dfreq (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/soc/esp32c6/include/soc/
Drtc.h180 …uint32_t rc32k_dfreq : 10; //!< Internal RC32K clock adjustment parameter (higher … member
195 .rc32k_dfreq = RTC_CNTL_RC32K_DFREQ_DEFAULT, \
Dlp_clkrst_struct.h209 uint32_t rc32k_dfreq:10; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Drtc.h184 …uint32_t rc32k_dfreq : 10; //!< Internal RC32K clock adjustment parameter (higher … member
199 .rc32k_dfreq = RTC_CNTL_RC32K_DFREQ_DEFAULT, \
Dlp_clkrst_struct.h209 uint32_t rc32k_dfreq:10; member
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Drtc_clk_init.c43 REG_SET_FIELD(LP_CLKRST_RC32K_CNTL_REG, LP_CLKRST_RC32K_DFREQ, cfg.rc32k_dfreq); in rtc_clk_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Drtc_clk_init.c76 REG_SET_FIELD(LP_CLKRST_RC32K_CNTL_REG, LP_CLKRST_RC32K_DFREQ, cfg.rc32k_dfreq); in rtc_clk_init()