AM243x MCU+ SDK  09.02.01
ExtendedTimestamp Struct Reference

Detailed Description

The ExtendTimestamp type represents a positive time with respect to the epoch. The fractionalNanoseconds member is the fractional portion of the timestamp in units of 2^16 ns.

For example:
+2.000000001 seconds is represented by seconds = 0x0000 0000 0002
and fractionalNnanoseconds = 0x0000 0001 0000

Data Fields

UInteger48m32 fractionalNanoseconds
 
UInteger48 seconds
 

Field Documentation

◆ fractionalNanoseconds

UInteger48m32 ExtendedTimestamp::fractionalNanoseconds

◆ seconds

UInteger48 ExtendedTimestamp::seconds
ExtendedTimestamp::seconds
UInteger48 seconds
Definition: gptpbasetypes.h:232