Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Drtc.h662 …uint32_t xtal_wait : 8; //!< Number of rtc_fast_clk cycles to wait for XTAL clock to be re… member
677 .xtal_wait = RTC_CNTL_XTL_BUF_WAIT_DEFAULT, \
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Drtc.h825 …uint32_t xtal_wait : 8; //!< Number of rtc_fast_clk cycles to wait for XTAL clock to be re… member
844 .xtal_wait = RTC_CNTL_XTL_BUF_WAIT_DEFAULT, \
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Drtc.h802 …uint32_t xtal_wait : 8; //!< Number of rtc_fast_clk cycles to wait for XTAL clock to be re… member
821 .xtal_wait = RTC_CNTL_XTL_BUF_WAIT_DEFAULT, \
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Drtc.h820 …uint32_t xtal_wait : 8; //!< Number of rtc_fast_clk cycles to wait for XTAL clock to be re… member
839 .xtal_wait = RTC_CNTL_XTL_BUF_WAIT_DEFAULT, \
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Drtc.h818 …uint32_t xtal_wait : 8; //!< Number of rtc_fast_clk cycles to wait for XTAL clock to be re… member
837 .xtal_wait = RTC_CNTL_XTL_BUF_WAIT_DEFAULT, \
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32/
Drtc_init.c23 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_XTL_BUF_WAIT, cfg.xtal_wait); in rtc_init()