MCPcopy Create free account
hub / github.com/WiringPi/WiringPi / ReportDeviceError

Function ReportDeviceError

wiringPi/wiringPi.c:1003–1005  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1001}
1002
1003void ReportDeviceError(const char *function, int pin, const char *mode, int ret) {
1004 fprintf(stderr, "wiringPi: ERROR: ioctl %s of %d (%s) returned error '%s' (%d)\n", function, pin, mode, strerror(errno), ret);
1005}
1006
1007
1008/*

Callers 9

requestLineV1Function · 0.85
digitalReadDeviceV1Function · 0.85
digitalWriteDeviceV1Function · 0.85
waitForInterruptInitV1Function · 0.85
requestLineV2Function · 0.85
digitalReadDeviceV2Function · 0.85
digitalWriteDeviceV2Function · 0.85
waitForInterrupt2Function · 0.85
interruptHandlerInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected