clk_ll_rc_fast_set_divider() function
Set RC_FAST_CLK divider. The output from the divider is passed into rtc_fast_clk MUX.
Syntax
static inline void clk_ll_rc_fast_set_divider(uint32_t divider); Arguments
divider
Divider of RC_FAST_CLK. Usually this divider is set to 1 (reg. value is 0) in bootloader stage.