rtc_clk_apb_freq_update() function
Store new APB frequency value into RTC_APB_FREQ_REG This function doesn't change any hardware clocks. Functions which perform frequency switching and change APB frequency call this function to update the value of APB frequency stored in RTC_APB_FREQ_REG (one of RTC general purpose retention registers). This should not normally be called from application code.
Syntax
void rtc_clk_apb_freq_update(uint32_t apb_freq); Arguments
apb_freq
new APB frequency, in Hz
rtc_clk_apb_freq_update() is called by 4 functions and calls 1 function:
![]()
rtc_clk_apb_freq_update()
rtc_clk_apb_freq_update():
![]()
rtc_clk_apb_freq_update()