flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
Loading...
Searching...
No Matches
ptp_port_tiva_tm4c1294.h
Go to the documentation of this file.
1#ifndef HW_PORT_PTP_PORT_TIVA_TM4C1294_H_
2#define HW_PORT_PTP_PORT_TIVA_TM4C1294_H_
3
4#include "../../timeutils.h"
11void ptphw_init(uint32_t increment, uint32_t addend);
12
18void ptphw_gettime(TimestampU * pTime);
19
20#endif /* HW_PORT_PTP_PORT_TIVA_TM4C1294_H_ */
void ptphw_gettime(TimestampU *pTime)
void ptphw_init(uint32_t increment, uint32_t addend)
Timestamp (unsigned)
Definition: timeutils.h:20