MCPcopy Create free account
hub / github.com/facebook/time / extTTSRequest

Method extTTSRequest

phc/device.go:152–154  ·  view source on GitHub ↗
(req *PtpExttsRequest)

Source from the content-addressed store, hash-verified

150}
151
152func (dev *Device) extTTSRequest(req *PtpExttsRequest) error {
153 return unix.IoctlPtpExttsRequest(int(dev.Fd()), req)
154}
155
156// FreqPPB reads PHC device frequency in PPB (parts per billion)
157func (dev *Device) FreqPPB() (freqPPB float64, err error) { return freqPPBFromDevice(dev) }

Callers

nothing calls this directly

Calls 2

FdMethod · 0.95
IoctlPtpExttsRequestFunction · 0.92

Tested by

no test coverage detected