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
periph_timer.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2018 Kaspar Schleiser <kaspar@schleiser.de>
3
*
4
* This file is subject to the terms and conditions of the GNU Lesser General
5
* Public License v2.1. See the file LICENSE in the top level directory for more
6
* details.
7
*/
8
27
#ifndef ZTIMER_PERIPH_TIMER_H
28
#define ZTIMER_PERIPH_TIMER_H
29
30
#include "
ztimer.h
"
31
#include "
periph/timer.h
"
32
33
#ifdef __cplusplus
34
extern
"C"
{
35
#endif
36
40
typedef
struct
{
41
ztimer_clock_t
super
;
42
tim_t
dev
;
43
uint16_t
min
;
44
}
ztimer_periph_timer_t
;
40
typedef
struct
{
…
};
45
56
void
ztimer_periph_timer_init
(
ztimer_periph_timer_t
*clock,
tim_t
dev,
57
uint32_t freq, uint32_t max_val);
58
59
#ifdef __cplusplus
60
}
61
#endif
62
63
#endif
/* ZTIMER_PERIPH_TIMER_H */
timer.h
Low-level timer peripheral driver interface definitions.
tim_t
uint_fast8_t tim_t
Default timer type.
Definition
timer.h:71
ztimer_periph_timer_init
void ztimer_periph_timer_init(ztimer_periph_timer_t *clock, tim_t dev, uint32_t freq, uint32_t max_val)
ztimer periph initialization
ztimer_clock
ztimer device structure
Definition
ztimer.h:370
ztimer_periph_timer_t
ztimer periph context structure
Definition
periph_timer.h:40
ztimer_periph_timer_t::min
uint16_t min
optional minimum value
Definition
periph_timer.h:43
ztimer_periph_timer_t::dev
tim_t dev
periph timer device
Definition
periph_timer.h:42
ztimer_periph_timer_t::super
ztimer_clock_t super
super class
Definition
periph_timer.h:41
ztimer.h
ztimer API
Generated on Thu Apr 3 2025 13:00:10 by
1.12.0