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

Function waitForInterruptClose

wiringPi/wiringPi.c:2866–2868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2864}
2865
2866int waitForInterruptClose(int pin) {
2867 return wiringPiISRStop(pin);
2868}
2869
2870/*
2871 * interruptHandlerInit:

Callers

nothing calls this directly

Calls 1

wiringPiISRStopFunction · 0.85

Tested by

no test coverage detected