Home
last modified time | relevance | path

Searched refs:priority1 (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/ptp_test/
Dnetx_ptp_client_api_test.c127 UCHAR priority1, priority2; in ptp_event_callback() local
143 … &port_identity_length, &priority1, &priority2, &clock_class, in ptp_event_callback()
150 ASSERT_TRUE(priority1 == 128); in ptp_event_callback()
/NetX-Duo-v6.2.1/addons/ptp/
Dnxd_ptp_client.h718 … UINT *port_identity_length, UCHAR *priority1, UCHAR *priority2, UCHAR *clock_class,
730 UINT _nx_ptp_client_master_enable(NX_PTP_CLIENT *client_ptr, UCHAR role, UCHAR priority1, UCHAR pri…
746 … UINT *port_identity_length, UCHAR *priority1, UCHAR *priority2, UCHAR *clock_class,
754 UINT _nxe_ptp_client_master_enable(NX_PTP_CLIENT *client_ptr, UCHAR role, UCHAR priority1, UCHAR pr…
Dnxd_ptp_client.c4415 UINT _nxe_ptp_client_master_enable(NX_PTP_CLIENT *client_ptr, UCHAR role, UCHAR priority1, UCHAR pr…
4439 return(_nx_ptp_client_master_enable(client_ptr, role, priority1, priority2, clock_class,
4490 UINT _nx_ptp_client_master_enable(NX_PTP_CLIENT *client_ptr, UCHAR role, UCHAR priority1, UCHAR pri…
4514 client_ptr -> ptp_master.nx_ptp_client_master_priority1 = priority1;
4812 … UINT *port_identity_length, UCHAR *priority1, UCHAR *priority2, UCHAR *clock_class,
4826 …_nx_ptp_client_master_info_get(master_ptr, address, port_identity, port_identity_length, priority1,
4884 … UINT *port_identity_length, UCHAR *priority1, UCHAR *priority2, UCHAR *clock_class,
4901 if (priority1)
4903 *priority1 = master_ptr -> nx_ptp_client_master_priority1;