Searched refs:pll_wait (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-3.4.0/components/soc/esp32/include/soc/ |
D | rtc.h | 663 uint32_t pll_wait : 8; //!< Number of rtc_fast_clk cycles to wait for PLL to be ready member 678 .pll_wait = RTC_CNTL_PLL_BUF_WAIT_DEFAULT, \
|
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/ |
D | rtc.h | 826 uint32_t pll_wait : 8; //!< Number of rtc_fast_clk cycles to wait for PLL to be ready member 845 .pll_wait = RTC_CNTL_PLL_BUF_WAIT_DEFAULT, \
|
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/ |
D | rtc.h | 803 uint32_t pll_wait : 8; //!< Number of rtc_fast_clk cycles to wait for PLL to be ready member 822 .pll_wait = RTC_CNTL_PLL_BUF_WAIT_DEFAULT, \
|
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/ |
D | rtc.h | 821 uint32_t pll_wait : 8; //!< Number of rtc_fast_clk cycles to wait for PLL to be ready member 840 .pll_wait = RTC_CNTL_PLL_BUF_WAIT_DEFAULT, \
|
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/ |
D | rtc.h | 819 uint32_t pll_wait : 8; //!< Number of rtc_fast_clk cycles to wait for PLL to be ready member 838 .pll_wait = RTC_CNTL_PLL_BUF_WAIT_DEFAULT, \
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32/ |
D | rtc_init.c | 22 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_PLL_BUF_WAIT, cfg.pll_wait); in rtc_init()
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s2/ |
D | rtc_init.c | 30 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_PLL_BUF_WAIT, cfg.pll_wait); in rtc_init()
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s3/ |
D | rtc_init.c | 39 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_PLL_BUF_WAIT, cfg.pll_wait); in rtc_init()
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32h2/ |
D | rtc_init.c | 33 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_PLL_BUF_WAIT, cfg.pll_wait); in rtc_init()
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32c3/ |
D | rtc_init.c | 34 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_PLL_BUF_WAIT, cfg.pll_wait); in rtc_init()
|