MCPcopy Create free account
hub / github.com/DISTORTEC/distortos / softwareTimerRunner

Method softwareTimerRunner

source/scheduler/SoftwareTimer.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29+---------------------------------------------------------------------------------------------------------------------*/
30
31void SoftwareTimer::softwareTimerRunner(SoftwareTimer& softwareTimer)
32{
33 softwareTimer.run();
34}
35
36} // namespace distortos

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected