Loading...
Searching...
No Matches
periph_ptp.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2018 Kaspar Schleiser <kaspar@schleiser.de>
3 2021 Otto-von-Guericke-Universität Magdeburg
4 *
5 * This file is subject to the terms and conditions of the GNU Lesser General
6 * Public License v2.1. See the file LICENSE in the top level directory for more
7 * details.
8 */
9
25#ifndef ZTIMER_PERIPH_PTP_H
26#define ZTIMER_PERIPH_PTP_H
27
28#include "ztimer.h"
29
30#ifdef __cplusplus
31extern "C" {
32#endif
33
41
48
49#ifdef __cplusplus
50}
51#endif
52
53#endif /* ZTIMER_PERIPH_PTP_H */
void ztimer_periph_ptp_init(ztimer_periph_ptp_t *clock)
ztimer periph/ptp backend initialization function
ztimer_clock_t ztimer_periph_ptp_t
ztimer_periph_ptp structure definition
Definition periph_ptp.h:40
ztimer device structure
Definition ztimer.h:383
ztimer API