Searched refs:pll_wait (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | rtc.h | 650 uint32_t pll_wait : 8; //!< Number of rtc_fast_clk cycles to wait for PLL to be ready member 665 .pll_wait = RTC_CNTL_PLL_BUF_WAIT_DEFAULT, \
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | rtc.h | 664 uint32_t pll_wait : 8; //!< Number of rtc_fast_clk cycles to wait for PLL to be ready member 683 .pll_wait = RTC_CNTL_PLL_BUF_WAIT_DEFAULT, \
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | rtc.h | 732 uint32_t pll_wait : 8; //!< Number of rtc_fast_clk cycles to wait for PLL to be ready member 751 .pll_wait = RTC_CNTL_PLL_BUF_WAIT_DEFAULT, \
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | rtc.h | 761 uint32_t pll_wait : 8; //!< Number of rtc_fast_clk cycles to wait for PLL to be ready member 780 .pll_wait = RTC_CNTL_PLL_BUF_WAIT_DEFAULT, \
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | rtc.h | 774 uint32_t pll_wait : 8; //!< Number of rtc_fast_clk cycles to wait for PLL to be ready member 793 .pll_wait = RTC_CNTL_PLL_BUF_WAIT_DEFAULT, \
|
/hal_espressif-latest/components/esp_hw_support/port/esp32/ |
D | rtc_init.c | 36 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_PLL_BUF_WAIT, cfg.pll_wait); in rtc_init()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | rtc_init.c | 43 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_PLL_BUF_WAIT, cfg.pll_wait); in rtc_init()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/ |
D | rtc_init.c | 37 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_PLL_BUF_WAIT, cfg.pll_wait); in rtc_init()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | rtc_init.c | 49 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_PLL_BUF_WAIT, cfg.pll_wait); in rtc_init()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | rtc_init.c | 62 REG_SET_FIELD(RTC_CNTL_TIMER1_REG, RTC_CNTL_PLL_BUF_WAIT, cfg.pll_wait); in rtc_init()
|