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

Function detach_handler

src/platforms/isr_null.hpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119inline int detach_handler(isr_handle_t& handle) FL_NOEXCEPT {
120 return null_detach_handler(handle);
121}
122
123inline int enable_handler(isr_handle_t& handle) FL_NOEXCEPT {
124 return null_enable_handler(handle);

Callers 1

FL_TEST_FILEFunction · 0.50

Calls 1

null_detach_handlerFunction · 0.85

Tested by

no test coverage detected