nrf_clock.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2017 Freie Universität Berlin
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser
5  * General Public License v2.1. See the file LICENSE in the top level
6  * directory for more details.
7  */
8 
19 #ifndef NRF_CLOCK_H
20 #define NRF_CLOCK_H
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
30 void clock_init_hf(void);
31 
38 void clock_start_lf(void);
39 
45 void clock_stop_lf(void);
46 
47 #ifdef __cplusplus
48 }
49 #endif
50 
51 #endif /* NRF_CLOCK_H */
52 
clock_init_hf
void clock_init_hf(void)
Initialize the high frequency clock (HFCLK) as configured in the board's periph_conf....
clock_start_lf
void clock_start_lf(void)
Start the low frequency clock (LFCLK) as configured in the board's periph_conf.
clock_stop_lf
void clock_stop_lf(void)
Stop the low frequency clock (LFCLK)