|
Linux Kernel
3.7.1
|
#include <ptp_clock_kernel.h>
Data Fields | |
| int | type |
| int | index |
| union { | |
| u64 timestamp | |
| struct pps_event_time pps_times | |
| }; | |
struct ptp_clock_event - decribes a PTP hardware clock event
: One of the ptp_clock_events enumeration values. : Identifies the source of the event. : When the event occurred (PTP_CLOCK_EXTTS only). : When the event occurred (PTP_CLOCK_PPSUSR only).
Definition at line 132 of file ptp_clock_kernel.h.
| union { ... } |
| int index |
Definition at line 134 of file ptp_clock_kernel.h.
| struct pps_event_time pps_times |
Definition at line 137 of file ptp_clock_kernel.h.
Definition at line 136 of file ptp_clock_kernel.h.
Definition at line 133 of file ptp_clock_kernel.h.
1.8.2