periph_rtt.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2018 Kaspar Schleiser <kaspar@schleiser.de>
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
23 #include "ztimer.h"
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
36 
43 
44 #ifdef __cplusplus
45 }
46 #endif
47 
void ztimer_periph_rtt_init(ztimer_periph_rtt_t *clock)
ztimer periph/rtt backend initialization function
ztimer_clock_t ztimer_periph_rtt_t
ztimer_periph_rtt structure definition
Definition: periph_rtt.h:35
ztimer device structure
Definition: ztimer.h:367
ztimer API