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
timer_arch.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2015 Jan Wagner <mail@jwagner.eu>
3
* 2015-2016 Freie Universität Berlin
4
* 2019 Inria
5
*
6
* This file is subject to the terms and conditions of the GNU Lesser
7
* General Public License v2.1. See the file LICENSE in the top level
8
* directory for more details.
9
*/
10
22
#ifndef TIMER_ARCH_H
23
#define TIMER_ARCH_H
24
25
#ifdef __cplusplus
26
extern
"C"
{
27
#endif
28
29
#ifndef DOXYGEN
/* hide implementation specific details from Doxygen */
30
31
static
inline
bool
timer_poll_channel
(
tim_t
tim,
int
channel)
32
{
33
return
timer_config[tim].dev->EVENTS_COMPARE[channel];
34
}
35
36
#endif
/* DOXYGEN */
37
#ifdef __cplusplus
38
}
39
#endif
40
41
#endif
/* TIMER_ARCH_H */
timer_poll_channel
bool timer_poll_channel(tim_t dev, int channel)
Check whether a compare channel has matched.
tim_t
uint_fast8_t tim_t
Default timer type.
Definition
timer.h:71
Generated on Thu Apr 3 2025 12:36:19 by
1.12.0