Searched refs:sync_ptr (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.2.1/addons/ptp/ |
D | nxd_ptp_client.h | 721 UINT _nx_ptp_client_sync_info_get(NX_PTP_CLIENT_SYNC *sync_ptr, USHORT *flags, SHORT *utc_offset); 749 UINT _nxe_ptp_client_sync_info_get(NX_PTP_CLIENT_SYNC *sync_ptr, USHORT *flags, SHORT *utc_offset);
|
D | nxd_ptp_client.c | 4985 UINT _nxe_ptp_client_sync_info_get(NX_PTP_CLIENT_SYNC *sync_ptr, USHORT *flags, SHORT *utc_offset) 4987 if (sync_ptr == NX_NULL) 4997 return(_nx_ptp_client_sync_info_get(sync_ptr, flags, utc_offset)); 5040 UINT _nx_ptp_client_sync_info_get(NX_PTP_CLIENT_SYNC *sync_ptr, USHORT *flags, SHORT *utc_offset) 5046 *flags = sync_ptr -> nx_ptp_client_sync_flags; 5051 *utc_offset = sync_ptr -> nx_ptp_client_sync_utc_offset;
|