Searched refs:ck8m_wait (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-3.4.0/components/soc/esp32/include/soc/ |
D | rtc.h | 661 …uint32_t ck8m_wait : 8; //!< Number of rtc_fast_clk cycles to wait for 8M clock to be ready member 676 .ck8m_wait = RTC_CNTL_CK8M_WAIT_DEFAULT, \
|
D | rtc_cntl_struct.h | 104 uint32_t ck8m_wait: 8; /*CK8M wait cycles in slow_clk_rtc*/ member
|
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/ |
D | rtc.h | 824 …uint32_t ck8m_wait : 8; //!< Number of rtc_fast_clk cycles to wait for 8M clock to be ready member 843 .ck8m_wait = RTC_CNTL_CK8M_WAIT_DEFAULT, \
|
D | rtc_cntl_struct.h | 97 uint32_t ck8m_wait: 8; /*CK8M wait cycles in slow_clk_rtc*/ member
|
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/ |
D | rtc.h | 801 …uint32_t ck8m_wait : 8; //!< Number of rtc_fast_clk cycles to wait for 8M clock to be ready member 820 .ck8m_wait = RTC_CNTL_CK8M_WAIT_DEFAULT, \
|
D | rtc_cntl_struct.h | 96 uint32_t ck8m_wait: 8; /*CK8M wait cycles in slow_clk_rtc*/ member
|
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/ |
D | rtc.h | 819 …uint32_t ck8m_wait : 8; //!< Number of rtc_fast_clk cycles to wait for 8M clock to be ready member 838 .ck8m_wait = RTC_CNTL_CK8M_WAIT_DEFAULT, \
|
D | rtc_cntl_struct.h | 91 uint32_t ck8m_wait : 8; /*CK8M wait cycles in slow_clk_rtc*/ member
|
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/ |
D | rtc.h | 817 …uint32_t ck8m_wait : 8; //!< Number of rtc_fast_clk cycles to wait for 8M clock to be ready member 836 .ck8m_wait = RTC_CNTL_CK8M_WAIT_DEFAULT, \
|
D | rtc_cntl_struct.h | 97 uint32_t ck8m_wait: 8; /*CK8M wait cycles in slow_clk_rtc*/ member
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32/ |
D | rtc_init.c | 24 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_CK8M_WAIT, cfg.ck8m_wait); in rtc_init()
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s2/ |
D | rtc_init.c | 31 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_CK8M_WAIT, cfg.ck8m_wait); in rtc_init()
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s3/ |
D | rtc_init.c | 40 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_CK8M_WAIT, cfg.ck8m_wait); in rtc_init()
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32h2/ |
D | rtc_init.c | 34 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_CK8M_WAIT, cfg.ck8m_wait); in rtc_init()
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32c3/ |
D | rtc_init.c | 35 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_CK8M_WAIT, cfg.ck8m_wait); in rtc_init()
|