cpu_conf.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2016 Leon George
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 
21 #ifndef CPU_CONF_H
22 #define CPU_CONF_H
23 
24 #ifndef SET_MODE_CONF_1_ALT_DCDC_IPEAK
25 #define SET_MODE_CONF_1_ALT_DCDC_IPEAK 0x2
26 #endif
27 
28 #ifndef SET_MODE_CONF_XOSC_FREQ
29 #define SET_MODE_CONF_XOSC_FREQ 0x3
30 #endif
31 
32 #include "cpu_conf_cc26xx_cc13xx.h"
33 
34 #include "cc26x0_aux.h"
35 #include "cc26x0_fcfg.h"
36 #include "cc26x0_prcm.h"
37 
41 #define CPU_HAS_BITBAND 1
42 
43 #ifdef __cplusplus
44 extern "C" {
45 #endif
46 
47 /* Empty, but makes linter happy */
48 
49 #ifdef __cplusplus
50 }
51 #endif
52 
53 #endif /* CPU_CONF_H */
54 
cpu_conf_cc26xx_cc13xx.h
Implementation specific CPU configuration options.
cc26x0_aux.h
CC26x0 AUX register definitions.
cc26x0_fcfg.h
CC26x0 FCFG register definitions.
cc26x0_prcm.h
CC26x0 PRCM register definitions.