AM64x MCU+ SDK  08.02.00
syncParam_t Struct Reference

Detailed Description

Parameters required for calculating Cable Delay.

Data Fields

uint8_t ifTwoStep
 
uint64_t correctionField
 
uint64_t originTsSec
 
uint32_t originTsNs
 
uint32_t rxTs
 
uint64_t rxTsSec
 
uint32_t txTs
 
uint64_t txTsSec
 

Field Documentation

◆ ifTwoStep

uint8_t syncParam_t::ifTwoStep

Set to 1 if Two step sync frame

◆ correctionField

uint64_t syncParam_t::correctionField

Correction Field. Nanoseconds. Contains sum of sync and followup correction fields in case master is a two step clock

◆ originTsSec

uint64_t syncParam_t::originTsSec

Timestamp (seconds). If it's a followup packet then it's precise origin timestamp of follow up

◆ originTsNs

uint32_t syncParam_t::originTsNs

Timestamp in nanoseconds.If it's a followup packet then it's precise origin timestamp of follow up

◆ rxTs

uint32_t syncParam_t::rxTs

Input timestamp of Sync Frame

◆ rxTsSec

uint64_t syncParam_t::rxTsSec

Input timestamp of Sync Frame in seconds

◆ txTs

uint32_t syncParam_t::txTs

Transmit timestamp of Sync frame on other port in nanoseconds

◆ txTsSec

uint64_t syncParam_t::txTsSec

Transmit timestamp of Sync frame on other port in Seconds