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

Function detach_handler

src/fl/stl/isr/handler.cpp.hpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18int detach_handler(handle& h) {
19 return isr::platforms::detach_handler(h);
20}
21
22int enable_handler(handle& h) {
23 return isr::platforms::enable_handler(h);

Callers 2

maybeShutdownIsrFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected