Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ptp_clock_event Struct Reference

#include <ptp_clock_kernel.h>

Data Fields

int type
 
int index
 
union {
   u64   timestamp
 
   struct pps_event_time   pps_times
 
}; 
 

Detailed Description

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.

Field Documentation

union { ... }
int index

Definition at line 134 of file ptp_clock_kernel.h.

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.


The documentation for this struct was generated from the following file: