Home
last modified time | relevance | path

Searched refs:t1 (Results 1 – 1 of 1) sorted by relevance

/NetX-Duo-v6.4.1/test/regression/ptp_test/
Dnetx_ptp_utility.c333 NX_PTP_TIME *t1; in calibrate_timestamp() local
361 t1 = &test_ts -> sync; in calibrate_timestamp()
367 t1 = &test_ts -> follow_up; in calibrate_timestamp()
371 (test_ts -> sync_received.second_high - t1 -> second_high); in calibrate_timestamp()
383 ((ULONG64)test_ts -> sync_received.second_low - (ULONG64)t1 -> second_low); in calibrate_timestamp()
395 … ((long long)test_ts -> sync_received.nanosecond - (long long)t1 -> nanosecond)) / 2; in calibrate_timestamp()