Loading...
Searching...
No Matches
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
19
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 0x2
26#endif
27
28#define __FPU_PRESENT 1U
30
31#include "cc26x2_cc13x2_aux.h"
32#include "cc26x2_cc13x2_fcfg.h"
33#include "cc26x2_cc13x2_prcm.h"
34#include "cc26x2_cc13x2_setup.h"
35
39#define CPU_HAS_BITBAND 1
40
41#ifdef __cplusplus
42extern "C" {
43#endif
44
45#ifdef __cplusplus
46}
47#endif
48
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.