Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/soc/esp32/include/soc/
Drtc.h649 …uint32_t xtal_wait : 8; //!< Number of rtc_fast_clk cycles to wait for XTAL clock to be re… member
664 .xtal_wait = RTC_CNTL_XTL_BUF_WAIT_DEFAULT, \
/hal_espressif-3.7.0/components/soc/esp32c2/include/soc/
Drtc.h664 …uint32_t xtal_wait : 8; //!< Number of rtc_fast_clk cycles to wait for XTAL clock to be re… member
683 .xtal_wait = RTC_CNTL_XTL_BUF_WAIT_DEFAULT, \
/hal_espressif-3.7.0/components/soc/esp32c3/include/soc/
Drtc.h743 …uint32_t xtal_wait : 8; //!< Number of rtc_fast_clk cycles to wait for XTAL clock to be re… member
762 .xtal_wait = RTC_CNTL_XTL_BUF_WAIT_DEFAULT, \
/hal_espressif-3.7.0/components/soc/esp32s3/include/soc/
Drtc.h760 …uint32_t xtal_wait : 8; //!< Number of rtc_fast_clk cycles to wait for XTAL clock to be re… member
779 .xtal_wait = RTC_CNTL_XTL_BUF_WAIT_DEFAULT, \
/hal_espressif-3.7.0/components/soc/esp32s2/include/soc/
Drtc.h770 …uint32_t xtal_wait : 8; //!< Number of rtc_fast_clk cycles to wait for XTAL clock to be re… member
789 .xtal_wait = RTC_CNTL_XTL_BUF_WAIT_DEFAULT, \
/hal_espressif-3.7.0/components/esp_hw_support/port/esp32/
Drtc_init.c36 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_XTL_BUF_WAIT, cfg.xtal_wait); in rtc_init()