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

Function disable_handler

src/platforms/isr_null.hpp:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127inline int disable_handler(isr_handle_t& handle) FL_NOEXCEPT {
128 return null_disable_handler(handle);
129}
130
131inline bool is_handler_enabled(const isr_handle_t& handle) FL_NOEXCEPT {
132 return null_is_handler_enabled(handle);

Callers 1

FL_TEST_FILEFunction · 0.50

Calls 1

null_disable_handlerFunction · 0.85

Tested by

no test coverage detected