Searched refs:time_source (Results 1 – 3 of 3) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/ptp_test/ |
| D | netx_ptp_client_api_test.c | 133 UCHAR time_source; in ptp_event_callback() local 145 … &grandmaster_identity_length, &steps_removed, &time_source); in ptp_event_callback() 158 ASSERT_TRUE(time_source == 0xa0); in ptp_event_callback()
|
| /NetX-Duo-v6.2.1/addons/ptp/ |
| D | nxd_ptp_client.h | 720 … UINT *grandmaster_identity_length, USHORT *steps_removed, UCHAR *time_source); 732 USHORT steps_removed, UCHAR time_source); 748 … UINT *grandmaster_identity_length, USHORT *steps_removed, UCHAR *time_source); 756 USHORT steps_removed, UCHAR time_source);
|
| D | nxd_ptp_client.c | 4417 USHORT steps_removed, UCHAR time_source) 4440 … clock_accuracy, clock_variance, steps_removed, time_source)); 4492 USHORT steps_removed, UCHAR time_source) 4520 client_ptr -> ptp_master.nx_ptp_client_master_time_source = time_source; 4814 … UINT *grandmaster_identity_length, USHORT *steps_removed, UCHAR *time_source) 4828 grandmaster_identity_length, steps_removed, time_source)); 4886 … UINT *grandmaster_identity_length, USHORT *steps_removed, UCHAR *time_source) 4937 if (time_source) 4939 *time_source = master_ptr -> nx_ptp_client_master_time_source;
|