Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/ptp/
Dnxd_ptp_client.c234 #define NX_PTP_TS_COPY(ts1, ts2) (ts1).second_high = (ts2).second_high; \ argument
235 (ts1).second_low = (ts2).second_low; \
236 (ts1).nanosecond = (ts2).nanosecond; \
238 #define NX_PTP_TS_EQUAL(ts1, ts2) ((ts1).second_high == (ts2).second_high && \ argument
239 (ts1).second_low == (ts2).second_low && \
240 (ts1).nanosecond == (ts2).nanosecond)