RTND_TIMESTAMP

The RTND_TIMESTAMP structure describes a hardware timestamp.

Syntax

Copy
typedef struct RTND_TIMESTAMP{
  ULONG64 Seconds;
  ULONG Nanoseconds;
}RTND_TIMESTAMP;

Fields

Seconds

The number of seconds elapsed since the origin of the timescale, which is generally the point in time when the NIC was reset.

Nanoseconds

The number of nanoseconds elapsed within the current second. The value is between 0 and 999,999,999.

Requirements

Minimum supported version Header

eRTOS 1.0 SDK

Rtnd.h

See Also: