Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/ptp/
Dnxd_ptp_client.c1191 ULONG64 correctionNS = (hdr -> cFieldHigh << 16) | (hdr -> cFieldLow >> 16); in _nx_ptp_client_sync_received() local
1196 if (correctionNS != 0) in _nx_ptp_client_sync_received()
1201 correction.second_low = (ULONG)(correctionNS / 1000000000); in _nx_ptp_client_sync_received()
1202 correction.nanosecond = (LONG)(correctionNS % 1000000000); in _nx_ptp_client_sync_received()