Expand description
Safe Rust wrapper for Linux PTP (Precision Time Protocol) Hardware Clock driver.
This crate provides a safe interface to the Linux PTP kernel driver, exposing the following ioctls:
ptp_clock_caps- Get clock capabilitiesptp_sys_offset- Get system offset measurementsptp_sys_offset_precise- Get precise system offset measurementsptp_sys_offset_extended- Get extended system offset measurements
Modules§
Structs§
- PtpDevice
- A safe wrapper for PTP hardware clock devices