MCPcopy Create free account
hub / github.com/FastLED/FastLED / safeModeThreshold

Method safeModeThreshold

src/platforms/shared/watchdog_noop.hpp:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59void Watchdog::markCleanShutdown() FL_NOEXCEPT {}
60bool Watchdog::isInSafeMode() const FL_NOEXCEPT { return false; }
61fl::u16 Watchdog::safeModeThreshold() const FL_NOEXCEPT { return mSafeModeThreshold; }
62void Watchdog::setSafeModeThreshold(fl::u16 t) FL_NOEXCEPT { mSafeModeThreshold = t; }
63
64// reboot() is FL_NORETURN — even on noop, we must spin forever so the

Callers 1

watchdog.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected