Searched refs:utc_offset (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.2.1/addons/ptp/ |
D | nxd_ptp_client.h | 439 UINT _nx_ptp_client_sync_info_get(NX_PTP_CLIENT_SYNC *sync_ptr, USHORT *flags, SHORT *utc_offset); 461 UINT _nxe_ptp_client_sync_info_get(NX_PTP_CLIENT_SYNC *sync_ptr, USHORT *flags, SHORT *utc_offset);
|
D | nxd_ptp_client.c | 2776 UINT _nxe_ptp_client_sync_info_get(NX_PTP_CLIENT_SYNC *sync_ptr, USHORT *flags, SHORT *utc_offset) in _nxe_ptp_client_sync_info_get() argument 2788 return(_nx_ptp_client_sync_info_get(sync_ptr, flags, utc_offset)); in _nxe_ptp_client_sync_info_get() 2831 UINT _nx_ptp_client_sync_info_get(NX_PTP_CLIENT_SYNC *sync_ptr, USHORT *flags, SHORT *utc_offset) in _nx_ptp_client_sync_info_get() argument 2840 if (utc_offset) in _nx_ptp_client_sync_info_get() 2842 *utc_offset = sync_ptr -> nx_ptp_client_sync_utc_offset; in _nx_ptp_client_sync_info_get()
|