Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ TC0_Handler
Function
TC0_Handler
src/platforms/arm/samd/isr_samd.hpp:300–302 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
298
extern
"C"
{
299
#ifdef TC0_IRQn
300
void TC0_Handler(void) FL_NOEXCEPT {
301
timer_interrupt_handler(0);
302
}
303
#endif
304
305
#ifdef TC1_IRQn
Callers
nothing calls this directly
Calls
1
timer_interrupt_handler
Function · 0.70
Tested by
no test coverage detected