cpu_conf.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2016 Leon George
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
20 #ifndef SET_MODE_CONF_1_ALT_DCDC_IPEAK
21 #define SET_MODE_CONF_1_ALT_DCDC_IPEAK 0x2
22 #endif
23 
24 #ifndef SET_MODE_CONF_XOSC_FREQ
25 #define SET_MODE_CONF_XOSC_FREQ 0x3
26 #endif
27 
28 #include "cpu_conf_cc26xx_cc13xx.h"
29 
30 #include "cc26x0_cc13x0_aux.h"
31 #include "cc26x0_cc13x0_fcfg.h"
32 #include "cc26x0_cc13x0_prcm.h"
33 
37 #define CPU_HAS_BITBAND 1
38 
39 #ifdef __cplusplus
40 extern "C" {
41 #endif
42 
43 /* Empty, but makes linter happy */
44 
45 #ifdef __cplusplus
46 }
47 #endif
48 
CC26x0/CC13x0 AUX register definitions.
CC26x0/CC13x0 FCFG register definitions.
CC26x0/CC13x0 PRCM register definitions.
Implementation specific CPU configuration options.