Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/ptp/
Dnxd_ptp_client.c1190 NX_PTP_TIME correction; in _nx_ptp_client_sync_received() local
1200 correction.second_high = 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()
1203 _nx_ptp_client_utility_time_sum(&client_ptr -> nx_ptp_client_sync, &correction, in _nx_ptp_client_sync_received()
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt5246 … Minor correction masking the length variable.
5613 … Made a correction to nx_dhcp_send_response_internal to always send DISCOVERY messages
5615 … Made a correction to nx_dhcp_send_response_internal to always send REQUEST messages