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

Function attach_timer_handler

src/platforms/stub/isr_stub.hpp:477–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475namespace platforms {
476
477inline int attach_timer_handler(const isr_config_t& config, isr_handle_t* handle) FL_NOEXCEPT {
478 return stub_attach_timer_handler(config, handle);
479}
480
481inline int attach_external_handler(u8 pin, const isr_config_t& config, isr_handle_t* handle) FL_NOEXCEPT {
482 return stub_attach_external_handler(pin, config, handle);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected