Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ TC7_Handler
Function
TC7_Handler
src/platforms/arm/samd/isr_samd.hpp:342–344 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
340
341
#ifdef TC7_IRQn
342
void TC7_Handler(void) FL_NOEXCEPT {
343
timer_interrupt_handler(7);
344
}
345
#endif
346
347
// EIC (External Interrupt Controller) handler
Callers
nothing calls this directly
Calls
1
timer_interrupt_handler
Function · 0.70
Tested by
no test coverage detected