![]() |
flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
|
#include "ptp_port_mk64f_lwip.h"
#include "eth_custom/ethernetif.h"
#include "fsl_enet.h"
#include "lwip/netif.h"
Go to the source code of this file.
Functions | |
void | ptphw_gettime (TimestampU *pTime) |
void ptphw_gettime | ( | TimestampU * | pTime | ) |
Get time right from the hardware clock.
pTime | pointer to a TimestampU object. |
Definition at line 7 of file ptp_port_mk64f_lwip.c.