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

Function attach_timer_handler

src/platforms/isr_null.hpp:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109namespace platforms {
110
111inline int attach_timer_handler(const isr_config_t& config, isr_handle_t* handle) FL_NOEXCEPT {
112 return null_attach_timer_handler(config, handle);
113}
114
115inline int attach_external_handler(u8 pin, const isr_config_t& config, isr_handle_t* handle) FL_NOEXCEPT {
116 return null_attach_external_handler(pin, config, handle);

Callers 1

FL_TEST_FILEFunction · 0.50

Calls 1

Tested by

no test coverage detected