Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ TC5_Handler
Function
TC5_Handler
src/platforms/arm/samd/isr_samd.hpp:330–332 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
328
329
#ifdef TC5_IRQn
330
void TC5_Handler(void) FL_NOEXCEPT {
331
timer_interrupt_handler(5);
332
}
333
#endif
334
335
#ifdef TC6_IRQn
Callers
nothing calls this directly
Calls
1
timer_interrupt_handler
Function · 0.70
Tested by
no test coverage detected