MCPcopy 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
47int multiTimerStop(MultiTimer* timer) {
48 removeTimer(timer); // Use centralized removal function
49 return 0;
50}
51
52int multiTimerYield(void) {
53 if (platformTicksFunction == NULL) {

Callers 1

timerCallback4Function · 0.85

Calls 1

removeTimerFunction · 0.85

Tested by 1

timerCallback4Function · 0.68