nRF5x shared functions for configuration the system clocks More...
nRF5x shared functions for configuration the system clocks
Definition in file nrf_clock.h.
Go to the source code of this file.
void | clock_init_hf (void) |
Initialize the high frequency clock (HFCLK) as configured in the board's periph_conf.h. | |
void | clock_start_lf (void) |
Start the low frequency clock (LFCLK) as configured in the board's periph_conf. More... | |
void | clock_stop_lf (void) |
Stop the low frequency clock (LFCLK) More... | |
void clock_start_lf | ( | void | ) |
Start the low frequency clock (LFCLK) as configured in the board's periph_conf.
Calling this function while the LFCLK is already running will have no effect.
void clock_stop_lf | ( | void | ) |
Stop the low frequency clock (LFCLK)