Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ TC2_Handler
Function
TC2_Handler
src/platforms/arm/samd/isr_samd.hpp:312–314 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
310
311
#ifdef TC2_IRQn
312
void TC2_Handler(void) FL_NOEXCEPT {
313
timer_interrupt_handler(2);
314
}
315
#endif
316
317
#ifdef TC3_IRQn
Callers
nothing calls this directly
Calls
1
timer_interrupt_handler
Function · 0.70
Tested by
no test coverage detected