Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0x1abin/MultiTimer
/ multiTimerStop
Function
multiTimerStop
MultiTimer.c:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
int multiTimerStop(MultiTimer* timer) {
48
removeTimer(timer); // Use centralized removal function
49
return 0;
50
}
51
52
int multiTimerYield(void) {
53
if (platformTicksFunction == NULL) {
Callers
1
timerCallback4
Function · 0.85
Calls
1
removeTimer
Function · 0.85
Tested by
1
timerCallback4
Function · 0.68