flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
Loading...
Searching...
No Matches
ptp_port_stm32f407_lwip.h
Go to the documentation of this file.
1#ifndef HW_PORT_PTP_PORT_STM32F407_LWIP_H_
2#define HW_PORT_PTP_PORT_STM32F407_LWIP_H_
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_LWIP_H_ */
void ptphw_gettime(TimestampU *pTime)
void ptphw_init(uint32_t increment, uint32_t addend)
Timestamp (unsigned)
Definition: timeutils.h:20