Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2866
int waitForInterruptClose(int pin) {
2867
return wiringPiISRStop(pin);
2868
}
2869
2870
/*
2871
* interruptHandlerInit:
Callers
nothing calls this directly
Calls
1
wiringPiISRStop
Function · 0.85
Tested by
no test coverage detected