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