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
cfg_rtt_default.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2018 Inria
3
* 2019 Freie Universität Berlin
4
*
5
* This file is subject to the terms and conditions of the GNU Lesser
6
* General Public License v2.1. See the file LICENSE in the top level
7
* directory for more details.
8
*/
9
21
#ifndef CFG_RTT_DEFAULT_H
22
#define CFG_RTT_DEFAULT_H
23
24
#ifdef __cplusplus
25
extern
"C"
{
26
#endif
27
32
#ifndef RTT_DEV
33
#define RTT_DEV (1)
/* NRF_RTC1 */
34
#endif
35
36
#define RTT_MAX_VALUE (0x00ffffff)
/* 24bit */
37
#define RTT_MAX_FREQUENCY (32768U)
/* in Hz */
38
#define RTT_MIN_FREQUENCY (8U)
/* in Hz */
39
#define RTT_CLOCK_FREQUENCY (32768U)
/* in Hz, LFCLK*/
40
41
#ifndef RTT_FREQUENCY
42
#define RTT_FREQUENCY (1024U)
/* in Hz */
43
#endif
46
#ifdef __cplusplus
47
}
/* end extern "C" */
48
#endif
49
50
#endif
/* CFG_RTT_DEFAULT_H */
Generated on Fri Apr 4 2025 15:37:34 by
1.12.0