periph_rtc_dig_clk8m_enable() function
This function is used to enable the digital RC_FAST clock, to support the peripherals.
Syntax
bool periph_rtc_dig_clk8m_enable(void);
Return value
true: success for enable the RC_FAST clock, false: RC_FAST clock enable failed
Notes
If this function is called a number of times, the `periph_rtc_dig_clk8m_disable` function needs to be called same times to disable.