IoctlPtpPinSetfunc updates configuration of the specified PTP I/O pin.
(fd int, pd *PtpPinDesc)
| 115 | |
| 116 | // IoctlPtpPinSetfunc updates configuration of the specified PTP I/O pin. |
| 117 | func IoctlPtpPinSetfunc(fd int, pd *PtpPinDesc) error { |
| 118 | return ioctlPtr(fd, PTP_PIN_SETFUNC2, unsafe.Pointer(pd)) |
| 119 | } |
| 120 | |
| 121 | // IoctlPtpPeroutRequest configures the periodic output mode of the PTP I/O pins. |
| 122 | func IoctlPtpPeroutRequest(fd int, r *PtpPeroutRequest) error { |
nothing calls this directly
no test coverage detected
searching dependent graphs…