Home
last modified time | relevance | path

Searched refs:ck8m_wait (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc.h648 …uint32_t ck8m_wait : 8; //!< Number of rtc_fast_clk cycles to wait for 8M clock to be ready member
663 .ck8m_wait = RTC_CNTL_CK8M_WAIT_DEFAULT, \
Drtc_cntl_struct.h104 uint32_t ck8m_wait: 8; /*CK8M wait cycles in slow_clk_rtc*/ member
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Drtc.h662 …uint32_t ck8m_wait : 8; //!< Number of rtc_fast_clk cycles to wait for 8M clock to be ready member
681 .ck8m_wait = RTC_CNTL_CK8M_WAIT_DEFAULT, \
Drtc_cntl_struct.h88 uint32_t ck8m_wait : 8; /*CK8M wait cycles in slow_clk_rtc*/ member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc.h730 …uint32_t ck8m_wait : 8; //!< Number of rtc_fast_clk cycles to wait for 8M clock to be ready member
749 .ck8m_wait = RTC_CNTL_CK8M_WAIT_DEFAULT, \
Drtc_cntl_struct.h89 uint32_t ck8m_wait: 8; /*CK8M wait cycles in slow_clk_rtc*/ member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc.h759 …uint32_t ck8m_wait : 8; //!< Number of rtc_fast_clk cycles to wait for 8M clock to be ready member
778 .ck8m_wait = RTC_CNTL_CK8M_WAIT_DEFAULT, \
Drtc_cntl_struct.h91 uint32_t ck8m_wait : 8; /*CK8M wait cycles in slow_clk_rtc*/ member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc.h772 …uint32_t ck8m_wait : 8; //!< Number of rtc_fast_clk cycles to wait for 8M clock to be ready member
791 .ck8m_wait = RTC_CNTL_CK8M_WAIT_DEFAULT, \
Drtc_cntl_struct.h97 uint32_t ck8m_wait: 8; /*CK8M wait cycles in slow_clk_rtc*/ member
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_init.c38 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_CK8M_WAIT, cfg.ck8m_wait); in rtc_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_init.c44 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_CK8M_WAIT, cfg.ck8m_wait); in rtc_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
Drtc_init.c38 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_CK8M_WAIT, cfg.ck8m_wait); in rtc_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Drtc_init.c50 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_CK8M_WAIT, cfg.ck8m_wait); in rtc_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_init.c63 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_CK8M_WAIT, cfg.ck8m_wait); in rtc_init()