MCPcopy Create free account
hub / github.com/0x1abin/MultiTimer / timerCallback4

Function timerCallback4

examples/test_linux.c:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void timerCallback4(MultiTimer* timer, void* userData) {
29 printf("Timer 4 is stopping Timer 1 at %lu ms\n", getPlatformTicks());
30 multiTimerStop((MultiTimer*)userData);
31}
32
33int main() {
34 multiTimerInstall(getPlatformTicks);

Callers

nothing calls this directly

Calls 2

getPlatformTicksFunction · 0.85
multiTimerStopFunction · 0.85

Tested by

no test coverage detected