MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / stopRefreshTimer

Method stopRefreshTimer

sources/led-drivers/LedDevice.cpp:376–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376void LedDevice::stopRefreshTimer()
377{
378 if (_refreshTimer != nullptr)
379 {
380 Debug(_log, "Stopping refresh timer");
381
382 _refreshTimer->stop();
383 _refreshTimer.reset();
384 }
385}
386
387void LedDevice::stopRetryTimer()
388{

Callers 2

disableDeviceMethod · 0.95
setInErrorMethod · 0.95

Calls 2

stopMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected