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 
9 #pragma once
10 
23 #ifndef SET_MODE_CONF_1_ALT_DCDC_IPEAK
24 #define SET_MODE_CONF_1_ALT_DCDC_IPEAK 0x2
25 #endif
26 
27 #ifndef SET_MODE_CONF_XOSC_FREQ
28 #define SET_MODE_CONF_XOSC_FREQ 0x2
29 #endif
30 
31 #define __FPU_PRESENT 1U
32 #include "cpu_conf_cc26xx_cc13xx.h"
33 
34 #include "cc26x2_cc13x2_aux.h"
35 #include "cc26x2_cc13x2_fcfg.h"
36 #include "cc26x2_cc13x2_prcm.h"
37 #include "cc26x2_cc13x2_setup.h"
38 
42 #define CPU_HAS_BITBAND 1
43 
44 #ifdef __cplusplus
45 extern "C" {
46 #endif
47 
48 #ifdef __cplusplus
49 }
50 #endif
51 
CC26x2, CC13x2 AUX register definitions.
CC26x2, CC13x2 FCFG register definitions.
CC26x2, CC13x2 PRCM register definitions.
CC26x2/CC13x2 Device setup functions.
Implementation specific CPU configuration options.