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"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
16void ptphw_init(uint32_t increment, uint32_t addend);
17
23void ptphw_gettime(TimestampU * pTime);
24
25#ifdef __cplusplus
26}
27#endif
28
29#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:24