periph_rtc.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 
35 
42 
43 #ifdef __cplusplus
44 }
45 #endif
46 
void ztimer_periph_rtc_init(ztimer_periph_rtc_t *clock)
ztimer rtc backend initialization function
ztimer_clock_t ztimer_periph_rtc_t
ztimer_periph_rtc structure definition
Definition: periph_rtc.h:34
ztimer device structure
Definition: ztimer.h:367
ztimer API