rtc_clk_32k_bootstrap() function
Enable 32k oscillator, configuring it for fast startup time. Note: to achieve higher frequency stability, rtc_clk_32k_enable function must be called one the 32k XTAL oscillator has started up. This function will initially disable the 32k XTAL oscillator, so it should not be called when the system is using 32k XTAL as RTC_SLOW_CLK.
Syntax
void rtc_clk_32k_bootstrap(uint32_t cycle); Arguments
cycle
Number of 32kHz cycles to bootstrap external crystal. If 0, no square wave will be used to bootstrap crystal oscillation.
rtc_clk_32k_bootstrap() is called by 1 function and calls 8 functions:
![]()
rtc_clk_32k_bootstrap()
rtc_clk_32k_bootstrap() reads 1 variable:
![]()
rtc_clk_32k_bootstrap()