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 0x3
29 #endif
30 
31 #include "cpu_conf_cc26xx_cc13xx.h"
32 
33 #include "cc26x0_cc13x0_aux.h"
34 #include "cc26x0_cc13x0_fcfg.h"
35 #include "cc26x0_cc13x0_prcm.h"
36 
40 #define CPU_HAS_BITBAND 1
41 
42 #ifdef __cplusplus
43 extern "C" {
44 #endif
45 
46 /* Empty, but makes linter happy */
47 
48 #ifdef __cplusplus
49 }
50 #endif
51 
CC26x0/CC13x0 AUX register definitions.
CC26x0/CC13x0 FCFG register definitions.
CC26x0/CC13x0 PRCM register definitions.
Implementation specific CPU configuration options.