Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ system_vectors_init
Function
system_vectors_init
libcpu/aarch64/common/setup.c:141–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
}
140
141
static void system_vectors_init(void)
142
{
143
rt_hw_set_current_vbar((rt_ubase_t)&system_vectors);
144
}
145
146
rt_inline void cpu_info_init(void)
147
{
Callers
2
rt_hw_common_setup
Function · 0.85
rt_hw_secondary_cpu_bsp_start
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected