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

Function TC3_Handler

src/platforms/arm/samd/isr_samd.hpp:318–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316
317#ifdef TC3_IRQn
318 void TC3_Handler(void) FL_NOEXCEPT {
319 timer_interrupt_handler(3);
320 }
321#endif
322
323#ifdef TC4_IRQn

Callers

nothing calls this directly

Calls 1

timer_interrupt_handlerFunction · 0.70

Tested by

no test coverage detected