Home
last modified time | relevance | path

Searched refs:time1_ptr (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.3.0/addons/ptp/
Dnxd_ptp_client.h440 UINT _nx_ptp_client_utility_time_diff(NX_PTP_TIME *time1_ptr, NX_PTP_TIME *time2_ptr, NX_PTP_TIME *…
462 UINT _nxe_ptp_client_utility_time_diff(NX_PTP_TIME *time1_ptr, NX_PTP_TIME *time2_ptr, NX_PTP_TIME …
Dnxd_ptp_client.c3057 UINT _nxe_ptp_client_utility_time_diff(NX_PTP_TIME *time1_ptr, NX_PTP_TIME *time2_ptr, NX_PTP_TIME … in _nxe_ptp_client_utility_time_diff() argument
3061 if ((time1_ptr == NX_NULL) || (time2_ptr == NX_NULL) || (result_ptr == NX_NULL)) in _nxe_ptp_client_utility_time_diff()
3072 return(_nx_ptp_client_utility_time_diff(time1_ptr, time2_ptr, result_ptr)); in _nxe_ptp_client_utility_time_diff()
3118 UINT _nx_ptp_client_utility_time_diff(NX_PTP_TIME *time1_ptr, NX_PTP_TIME *time2_ptr, NX_PTP_TIME *… in _nx_ptp_client_utility_time_diff() argument
3125 sec_hi = time1_ptr -> second_high; in _nx_ptp_client_utility_time_diff()
3126 sec_lo = time1_ptr -> second_low; in _nx_ptp_client_utility_time_diff()
3132 ns = time1_ptr -> nanosecond - time2_ptr -> nanosecond; in _nx_ptp_client_utility_time_diff()