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

◆ is_handler_enabled()

bool fl::isr::is_handler_enabled ( const handle & h)

Query if an ISR is currently enabled.

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

30 {
31 return isr::platforms::is_handler_enabled(h);
32}