FastLED 3.9.15
Loading...
Searching...
No Matches

◆ attach_timer_handler()

int fl::isr::attach_timer_handler ( const config & cfg,
handle * out_handle )

Attach a timer-based ISR handler.

Definition at line 10 of file handler.cpp.hpp.

10 {
11 return isr::platforms::attach_timer_handler(cfg, out_handle);
12}

Referenced by fl::AsyncLogger::enableBackgroundFlush(), and fl::pwm_state::ensureIsrActive().

+ Here is the caller graph for this function: