FastLED 3.9.15
Loading...
Searching...
No Matches

◆ subcauseName()

fl::string_view fl::ResetInfo::subcauseName ( ) const

Platform-specific subcause name (zero-cost, static string_view).

Returns an empty view if subcauseId == 0 or the platform doesn't define names. Per-platform impls extend this via a strong override.

Definition at line 26 of file watchdog.cpp.hpp.

26 {
27 return fl::string_view();
28}

References FL_NOEXCEPT.

Referenced by describe().

+ Here is the caller graph for this function: