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 0x2
30 #endif
31 
32 #define __FPU_PRESENT 1U
33 #include "cpu_conf_cc26xx_cc13xx.h"
34 
35 #include "cc26x2_cc13x2_aux.h"
36 #include "cc26x2_cc13x2_fcfg.h"
37 #include "cc26x2_cc13x2_prcm.h"
38 #include "cc26x2_cc13x2_setup.h"
39 
43 #define CPU_HAS_BITBAND 1
44 
45 #ifdef __cplusplus
46 extern "C" {
47 #endif
48 
49 #ifdef __cplusplus
50 }
51 #endif
52 
53 #endif /* CPU_CONF_H */
54 
cc26x2_cc13x2_setup.h
CC26x2/CC13x2 Device setup functions.
cc26x2_cc13x2_fcfg.h
CC26x2, CC13x2 FCFG register definitions.
cc26x2_cc13x2_aux.h
CC26x2, CC13x2 AUX register definitions.
cc26x2_cc13x2_prcm.h
CC26x2, CC13x2 PRCM register definitions.