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
10#pragma once
11
26
27#include "ztimer.h"
28
29#ifdef __cplusplus
30extern "C" {
31#endif
32
40
47
48#ifdef __cplusplus
49}
50#endif
51
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:39
struct ztimer_clock ztimer_clock_t
ztimer_clock_t forward declaration
Definition ztimer.h:290
ztimer API