Searched refs:ck8m_wait (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | rtc.h | 648 …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, \
|
D | rtc_cntl_struct.h | 104 uint32_t ck8m_wait: 8; /*CK8M wait cycles in slow_clk_rtc*/ member
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | rtc.h | 662 …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, \
|
D | rtc_cntl_struct.h | 88 uint32_t ck8m_wait : 8; /*CK8M wait cycles in slow_clk_rtc*/ member
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | rtc.h | 730 …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, \
|
D | rtc_cntl_struct.h | 89 uint32_t ck8m_wait: 8; /*CK8M wait cycles in slow_clk_rtc*/ member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | rtc.h | 759 …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, \
|
D | rtc_cntl_struct.h | 91 uint32_t ck8m_wait : 8; /*CK8M wait cycles in slow_clk_rtc*/ member
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | rtc.h | 772 …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, \
|
D | rtc_cntl_struct.h | 97 uint32_t ck8m_wait: 8; /*CK8M wait cycles in slow_clk_rtc*/ member
|
/hal_espressif-latest/components/esp_hw_support/port/esp32/ |
D | rtc_init.c | 38 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/ |
D | rtc_init.c | 44 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/ |
D | rtc_init.c | 38 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/ |
D | rtc_init.c | 50 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/ |
D | rtc_init.c | 63 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_CK8M_WAIT, cfg.ck8m_wait); in rtc_init()
|