Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Main Page
Related Pages
Supported Boards
Modules
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Enumerations
Data Structures
Data Structures
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerator
Related Symbols
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
►
RIOT OS
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
board_nucleo.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2017 Freie Universität Berlin
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 BOARD_NUCLEO_H
22
#define BOARD_NUCLEO_H
23
24
#include "cpu.h"
25
#include "periph_conf.h"
26
27
#ifdef __cplusplus
28
extern
"C"
{
29
#endif
30
35
#if (defined(CPU_FAM_STM32F0) || defined(CPU_FAM_STM32L0)) && \
36
!defined(CPU_MODEL_STM32F042K6) && !defined(CPU_MODEL_STM32F031K6)
37
#define XTIMER_WIDTH (16)
38
#endif
39
40
#if defined(CPU_FAM_STM32G0) || defined(CPU_FAM_STM32C0)
41
#define XTIMER_WIDTH (16)
42
#endif
43
44
#if defined(CPU_FAM_STM32F1)
45
#define XTIMER_WIDTH (16)
46
#define XTIMER_BACKOFF (19)
47
#endif
48
49
#if defined(CPU_FAM_STM32L1)
50
#define XTIMER_BACKOFF (11)
51
#endif
52
53
#if defined(CPU_FAM_STM32F4) || defined(CPU_MODEL_STM32F303ZE)
54
#define XTIMER_BACKOFF (8)
55
#endif
58
#ifdef __cplusplus
59
}
60
#endif
61
62
#endif
/* BOARD_NUCLEO_H */
Generated on Thu Apr 3 2025 19:30:32 by
1.12.0