Searched refs:priority2 (Results 1 – 3 of 3) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/ptp_test/ |
| D | netx_ptp_client_api_test.c | 127 UCHAR priority1, priority2; in ptp_event_callback() local 143 … &port_identity_length, &priority1, &priority2, &clock_class, in ptp_event_callback() 151 ASSERT_TRUE(priority2 == 128); 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, 730 …x_ptp_client_master_enable(NX_PTP_CLIENT *client_ptr, UCHAR role, UCHAR priority1, UCHAR priority2, 746 … UINT *port_identity_length, UCHAR *priority1, UCHAR *priority2, UCHAR *clock_class, 754 …e_ptp_client_master_enable(NX_PTP_CLIENT *client_ptr, UCHAR role, UCHAR priority1, UCHAR priority2,
|
| D | nxd_ptp_client.c | 4415 …e_ptp_client_master_enable(NX_PTP_CLIENT *client_ptr, UCHAR role, UCHAR priority1, UCHAR priority2, 4439 return(_nx_ptp_client_master_enable(client_ptr, role, priority1, priority2, clock_class, 4490 …x_ptp_client_master_enable(NX_PTP_CLIENT *client_ptr, UCHAR role, UCHAR priority1, UCHAR priority2, 4515 client_ptr -> ptp_master.nx_ptp_client_master_priority2 = priority2; 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, 4906 if (priority2) 4908 *priority2 = master_ptr -> nx_ptp_client_master_priority2;
|