AM64x MCU+ SDK  09.01.00
Timestamp Struct Reference

Detailed Description

The Timestamp type represents a positive time with respect to the epoch.

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

Data Fields

uint32_t nanoseconds
 
UInteger48 seconds
 

Field Documentation

◆ nanoseconds

uint32_t Timestamp::nanoseconds

◆ seconds

UInteger48 Timestamp::seconds
Timestamp::seconds
UInteger48 seconds
Definition: gptpbasetypes.h:218
Timestamp::nanoseconds
uint32_t nanoseconds
Definition: gptpbasetypes.h:217