Precision Time Protocol time specification .
More...
Precision Time Protocol time specification .
- Since
- 1.13
- Version
- 0.8.0
◆ net_ptp_time_to_ns()
#include <zephyr/net/ptp_time.h>
Convert a PTP timestamp to a nanosecond precision timestamp, both related to the local network reference clock.
- Note
- Only timestamps representing up to ~290 years can be converted to nanosecond timestamps. Larger timestamps will return the maximum representable nanosecond precision timestamp.
- Parameters
-
- Returns
- the corresponding nanosecond precision timestamp
◆ ns_to_net_ptp_time()
#include <zephyr/net/ptp_time.h>
Convert a nanosecond precision timestamp to a PTP timestamp, both related to the local network reference clock.
- Parameters
-
nsec | a nanosecond precision timestamp |
- Returns
- the corresponding PTP timestamp