board.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2013-2014 INRIA
3  * SPDX-FileCopyrightText: 2015 Freie Universität Berlin
4  * SPDX-License-Identifier: LGPL-2.1-only
5  */
6 
7 #pragma once
8 
21 #include "cpu.h"
22 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
30 #ifndef __MSP430F1611__
31 #define __MSP430F1611__
32 #endif
33 
38 #define CONFIG_ZTIMER_USEC_WIDTH 16
42 #define CONFIG_ZTIMER_USEC_BASE_FREQ MHZ(1)
51 #define CONFIG_ZTIMER_PERIPH_TIMER_FORCE_CONVERSION 1
58 #define XTIMER_WIDTH (16)
59 #define XTIMER_BACKOFF (40)
62 #ifdef __cplusplus
63 }
64 #endif
65