![]() |
flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
|
Structure for communicating transmit timestamp writeback. More...
Data Fields | |
| uint32_t | uid |
| Message UID. | |
| uint32_t | seconds |
| Timestamp seconds. | |
| uint32_t | nanoseconds |
| Timestamp nanoseconds. | |
Structure for communicating transmit timestamp writeback.
Definition at line 78 of file task_ptp.c.
| uint32_t nanoseconds |
Timestamp nanoseconds.
Definition at line 81 of file task_ptp.c.
| uint32_t seconds |
Timestamp seconds.
Definition at line 80 of file task_ptp.c.
| uint32_t uid |
Message UID.
Definition at line 79 of file task_ptp.c.