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

Function timerCallback3

examples/test_linux.c:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void timerCallback3(MultiTimer* timer, void* userData) {
25 printf("Timer 3 (one-shot) fired at %lu ms\n", getPlatformTicks());
26}
27
28void timerCallback4(MultiTimer* timer, void* userData) {
29 printf("Timer 4 is stopping Timer 1 at %lu ms\n", getPlatformTicks());

Callers

nothing calls this directly

Calls 1

getPlatformTicksFunction · 0.85

Tested by

no test coverage detected