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