Lines Matching +full:unused +full:-
4 * SPDX-License-Identifier: Apache-2.0
41 * any other well-defined context in which precision structured timestamps are
55 * For (g)PTP the media-specific message timestamp points and reference planes
56 * are defined in the standard. In non-PTP contexts specific to Zephyr,
58 * context-specific message timestamp point and reference plane, defined below
61 * A @em "LocalClock" is a freerunning clock, embedded into a well-defined
67 * driver, counter driver, RTC API driver or low-level counter/timer peripheral
74 * See IEEE 802.15.4-2020, section 15.7 for requirements in the context of
87 * network message to a well-defined point in time in the future at which it is
94 * * gPTP for Full Duplex Point-to-Point IEEE 802.3 links (IEEE 802.1AS,
98 * which the end of the last symbol of the start-of-frame delimiter (SFD) (or
101 * 802.15.4-2020, section 6.9.1) or "symbol boundary" (ibid., section 6.5.2),
105 * 8.4.3.1, table 8-94.
120 uint16_t unused; member
122 uint16_t unused;
149 * encoded as 48 bits, their unit is 2*(-16) ns.
163 uint16_t unused; member
165 uint16_t unused;
184 uint16_t unused; member
186 uint16_t unused;
216 if (ts->second >= NET_TIME_SEC_MAX) { in net_ptp_time_to_ns()
220 return ((int64_t)ts->second * NSEC_PER_SEC) + ts->nanosecond; in net_ptp_time_to_ns()