Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ TC6_Handler
Function
TC6_Handler
src/platforms/arm/samd/isr_samd.hpp:336–338 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
334
335
#ifdef TC6_IRQn
336
void TC6_Handler(void) FL_NOEXCEPT {
337
timer_interrupt_handler(6);
338
}
339
#endif
340
341
#ifdef TC7_IRQn
Callers
nothing calls this directly
Calls
1
timer_interrupt_handler
Function · 0.70
Tested by
no test coverage detected