Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ rt_hw_vector_init
Function
rt_hw_vector_init
libcpu/aarch64/common/interrupt.c:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
#endif
46
47
void rt_hw_vector_init(void)
48
{
49
rt_cpu_vector_set_base(&system_vectors);
50
}
51
52
/**
53
* This function will initialize hardware interrupt
Callers
2
rt_hw_secondary_cpu_bsp_start
Function · 0.70
rt_hw_interrupt_init
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected