MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / install_default_exception_handler

Function install_default_exception_handler

libcpu/mips/common/exception.c:139–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139static void install_default_exception_handler(void)
140{
141 rt_int32_t i;
142
143 for (i = 0; i < RT_EXCEPTION_MAX; i++)
144 sys_exception_handlers[i] =
145 (exception_func_t)unhandled_exception_handle;
146}
147
148int rt_hw_exception_init(void)
149{

Callers 1

rt_hw_exception_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected