flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
Loading...
Searching...
No Matches
ptp_port_mk64f_lwip.h
Go to the documentation of this file.
1#ifndef FLEXPTP_PORT_PTP_PORT_MK64F_LWIP
2#define FLEXPTP_PORT_PTP_PORT_MK64F_LWIP
3
4#include "flexptp/timeutils.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10/* The hardware clock initialization is implemented as part of
11 * the lwIP ethernetif using the standard ENET_* methods. */
12
18void ptphw_gettime(TimestampU * pTime);
19
20#ifdef __cplusplus
21}
22#endif
23
24#endif /* FLEXPTP_PORT_PTP_PORT_MK64F_LWIP */
void ptphw_gettime(TimestampU *pTime)
Timestamp (unsigned)
Definition: timeutils.h:24
This module defines storage classes for timestamps and operations on time values.