Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/ptp_test/
Dnetx_ptp_utility.c371 (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()
Dnetx_ptp_utility.h42 NX_PTP_TIME sync_received; member
Dnetx_ptp_client_calibrate_test.c338 &test_timestamps[i].sync_received, NX_NULL, NX_NULL); in ntest_1_entry()