Searched refs:clock_class (Results 1 – 3 of 3) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/ptp_test/ |
| D | netx_ptp_client_api_test.c | 128 UCHAR clock_class, clock_accuracy; in ptp_event_callback() local 143 … &port_identity_length, &priority1, &priority2, &clock_class, in ptp_event_callback() 152 ASSERT_TRUE(clock_class == 127); in ptp_event_callback()
|
| /NetX-Duo-v6.2.1/addons/ptp/ |
| D | nxd_ptp_client.h | 718 … UINT *port_identity_length, UCHAR *priority1, UCHAR *priority2, UCHAR *clock_class, 731 UCHAR clock_class, UCHAR clock_accuracy, USHORT clock_variance, 746 … UINT *port_identity_length, UCHAR *priority1, UCHAR *priority2, UCHAR *clock_class, 755 UCHAR clock_class, UCHAR clock_accuracy, USHORT clock_variance,
|
| D | nxd_ptp_client.c | 4416 UCHAR clock_class, UCHAR clock_accuracy, USHORT clock_variance, 4439 return(_nx_ptp_client_master_enable(client_ptr, role, priority1, priority2, clock_class, 4491 UCHAR clock_class, UCHAR clock_accuracy, USHORT clock_variance, 4516 client_ptr -> ptp_master.nx_ptp_client_master_clock_class = clock_class; 4812 … UINT *port_identity_length, UCHAR *priority1, UCHAR *priority2, UCHAR *clock_class, 4827 … priority2, clock_class, clock_accuracy, clock_variance, grandmaster_identity, 4884 … UINT *port_identity_length, UCHAR *priority1, UCHAR *priority2, UCHAR *clock_class, 4911 if (clock_class) 4913 *clock_class = master_ptr -> nx_ptp_client_master_clock_class;
|