Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ SysTick_Handler
Function
SysTick_Handler
bsp/smartfusion2/board/board.c:77–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
void SysTick_Handler(void)
78
{
79
/* enter interrupt */
80
rt_interrupt_enter();
81
82
rt_tick_increase();
83
84
/* leave interrupt */
85
rt_interrupt_leave();
86
}
Callers
nothing calls this directly
Calls
3
rt_tick_increase
Function · 0.85
rt_interrupt_enter
Function · 0.50
rt_interrupt_leave
Function · 0.50
Tested by
no test coverage detected