IoctlPtpExttsRequest configures the external timestamping mode of the PTP I/O pins.
(fd int, r *PtpExttsRequest)
| 125 | |
| 126 | // IoctlPtpExttsRequest configures the external timestamping mode of the PTP I/O pins. |
| 127 | func IoctlPtpExttsRequest(fd int, r *PtpExttsRequest) error { |
| 128 | return ioctlPtr(fd, PTP_EXTTS_REQUEST2, unsafe.Pointer(r)) |
| 129 | } |
| 130 | |
| 131 | // Linux-only constants |
| 132 |
nothing calls this directly
no test coverage detected
searching dependent graphs…