Loading...
Searching...
No Matches
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
33
34#include "cc26x0_cc13x0_aux.h"
35#include "cc26x0_cc13x0_fcfg.h"
36#include "cc26x0_cc13x0_prcm.h"
37
41#define CPU_HAS_BITBAND 1
42
43#ifdef __cplusplus
44extern "C" {
45#endif
46
47/* Empty, but makes linter happy */
48
49#ifdef __cplusplus
50}
51#endif
52
53#endif /* CPU_CONF_H */
CC26x0/CC13x0 AUX register definitions.
CC26x0/CC13x0 FCFG register definitions.
CC26x0/CC13x0 PRCM register definitions.
Implementation specific CPU configuration options.