Step steps the PHC clock by given duration
(step time.Duration)
| 161 | |
| 162 | // Step steps the PHC clock by given duration |
| 163 | func (dev *Device) Step(step time.Duration) error { return clockStep(dev, step) } |
| 164 | |
| 165 | // SetTime sets the time of the PHC clock |
| 166 | func (dev *Device) SetTime(t time.Time) error { return clockSetTime(dev, t) } |
nothing calls this directly
no test coverage detected