IoctlPtpPeroutRequest configures the periodic output mode of the PTP I/O pins.
(fd int, r *PtpPeroutRequest)
| 120 | |
| 121 | // IoctlPtpPeroutRequest configures the periodic output mode of the PTP I/O pins. |
| 122 | func IoctlPtpPeroutRequest(fd int, r *PtpPeroutRequest) error { |
| 123 | return ioctlPtr(fd, PTP_PEROUT_REQUEST2, unsafe.Pointer(r)) |
| 124 | } |
| 125 | |
| 126 | // IoctlPtpExttsRequest configures the external timestamping mode of the PTP I/O pins. |
| 127 | func IoctlPtpExttsRequest(fd int, r *PtpExttsRequest) error { |
nothing calls this directly
no test coverage detected
searching dependent graphs…