Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/ptp/
Dnxd_ptp_client.c1183 NX_PTP_CLIENT_SYNC sync; in _nx_ptp_client_sync_received() local
1279 sync.nx_ptp_client_sync_flags = client_ptr -> nx_ptp_client_sync_flags; in _nx_ptp_client_sync_received()
1280 sync.nx_ptp_client_sync_utc_offset = client_ptr -> nx_ptp_client_utc_offset; in _nx_ptp_client_sync_received()
1281 … client_ptr -> nx_ptp_client_event_callback(client_ptr, NX_PTP_CLIENT_EVENT_SYNC, &sync, in _nx_ptp_client_sync_received()
1355 NX_PTP_CLIENT_SYNC sync; in _nx_ptp_client_delay_resp_received() local
1426 sync.nx_ptp_client_sync_flags = client_ptr -> nx_ptp_client_sync_flags; in _nx_ptp_client_delay_resp_received()
1427 sync.nx_ptp_client_sync_utc_offset = client_ptr -> nx_ptp_client_utc_offset; in _nx_ptp_client_delay_resp_received()
1428 client_ptr -> nx_ptp_client_event_callback(client_ptr, NX_PTP_CLIENT_EVENT_SYNC, &sync, in _nx_ptp_client_delay_resp_received()
1487 NX_PTP_CLIENT_SYNC sync; in _nx_ptp_client_init_packet_received() local
1501 sync.nx_ptp_client_sync_flags = 0; in _nx_ptp_client_init_packet_received()
[all …]
/NetX-Duo-v6.2.1/test/regression/ptp_test/
Dnetx_ptp_utility.h37 NX_PTP_TIME sync; member
Dnetx_ptp_client_calibrate_test.c341 send_sync(&event_socket, &pool_0, &test_timestamps[i].sync); in ntest_1_entry()
Dnetx_ptp_utility.c361 t1 = &test_ts -> sync; in calibrate_timestamp()