MCPcopy 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
141static void system_vectors_init(void)
142{
143 rt_hw_set_current_vbar((rt_ubase_t)&system_vectors);
144}
145
146rt_inline void cpu_info_init(void)
147{

Callers 2

rt_hw_common_setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected