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

Function attach_timer_handler

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

Source from the content-addressed store, hash-verified

8namespace isr {
9
10int attach_timer_handler(const config& cfg, handle* out_handle) {
11 return isr::platforms::attach_timer_handler(cfg, out_handle);
12}
13
14int attach_external_handler(u8 pin, const config& cfg, handle* out_handle) {
15 return isr::platforms::attach_external_handler(pin, cfg, out_handle);

Callers 2

enableBackgroundFlushMethod · 0.50
ensureIsrActiveFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected