MCPcopy 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
77void 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_increaseFunction · 0.85
rt_interrupt_enterFunction · 0.50
rt_interrupt_leaveFunction · 0.50

Tested by

no test coverage detected