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

Function TC0_Handler

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

Source from the content-addressed store, hash-verified

298extern "C" {
299#ifdef TC0_IRQn
300 void TC0_Handler(void) FL_NOEXCEPT {
301 timer_interrupt_handler(0);
302 }
303#endif
304
305#ifdef TC1_IRQn

Callers

nothing calls this directly

Calls 1

timer_interrupt_handlerFunction · 0.70

Tested by

no test coverage detected