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

Function null_disable_handler

src/platforms/isr_null.hpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64inline int null_disable_handler(isr_handle_t& handle) FL_NOEXCEPT {
65 (void)handle;
66 return ERR_NOT_IMPLEMENTED; // Not implemented error
67}
68
69inline bool null_is_handler_enabled(const isr_handle_t& handle) FL_NOEXCEPT {
70 (void)handle;

Callers 1

disable_handlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected