Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ TC4_Handler
Function
TC4_Handler
src/platforms/arm/samd/isr_samd.hpp:324–326 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
322
323
#ifdef TC4_IRQn
324
void TC4_Handler(void) FL_NOEXCEPT {
325
timer_interrupt_handler(4);
326
}
327
#endif
328
329
#ifdef TC5_IRQn
Callers
nothing calls this directly
Calls
1
timer_interrupt_handler
Function · 0.70
Tested by
no test coverage detected