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

Function null_detach_handler

src/platforms/isr_null.hpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54inline int null_detach_handler(isr_handle_t& handle) FL_NOEXCEPT {
55 handle = isr_handle_t(); // Invalidate handle
56 return ERR_NOT_IMPLEMENTED; // Not implemented error
57}
58
59inline int null_enable_handler(isr_handle_t& handle) FL_NOEXCEPT {
60 (void)handle;

Callers 1

detach_handlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected