Searched refs:master_ptr (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.3.0/addons/ptp/ |
D | nxd_ptp_client.c | 2602 UINT _nxe_ptp_client_master_info_get(NX_PTP_CLIENT_MASTER *master_ptr, NXD_ADDRESS *address, UCHAR … in _nxe_ptp_client_master_info_get() argument 2607 if (master_ptr == NX_NULL) in _nxe_ptp_client_master_info_get() 2617 …return(_nx_ptp_client_master_info_get(master_ptr, address, port_identity, port_identity_length, pr… in _nxe_ptp_client_master_info_get() 2674 UINT _nx_ptp_client_master_info_get(NX_PTP_CLIENT_MASTER *master_ptr, NXD_ADDRESS *address, UCHAR *… in _nx_ptp_client_master_info_get() argument 2683 *address = *(master_ptr -> nx_ptp_client_master_address); in _nx_ptp_client_master_info_get() 2688 *port_identity = master_ptr -> nx_ptp_client_master_port_identity; in _nx_ptp_client_master_info_get() 2694 *priority1 = master_ptr -> nx_ptp_client_master_priority1; in _nx_ptp_client_master_info_get() 2699 *priority2 = master_ptr -> nx_ptp_client_master_priority2; in _nx_ptp_client_master_info_get() 2704 *clock_class = master_ptr -> nx_ptp_client_master_clock_class; in _nx_ptp_client_master_info_get() 2709 *clock_accuracy = master_ptr -> nx_ptp_client_master_clock_accuracy; in _nx_ptp_client_master_info_get() [all …]
|
D | nxd_ptp_client.h | 435 UINT _nx_ptp_client_master_info_get(NX_PTP_CLIENT_MASTER *master_ptr, NXD_ADDRESS *address, UCHAR *… 457 UINT _nxe_ptp_client_master_info_get(NX_PTP_CLIENT_MASTER *master_ptr, NXD_ADDRESS *address, UCHAR …
|