Searched refs:rt_exception_hook (Results 1 – 4 of 4) sorted by relevance
49 static rt_err_t (*rt_exception_hook)(void *context) = RT_NULL; variable102 rt_exception_hook = exception_handle; in rt_hw_exception_install()296 if (rt_exception_hook != RT_NULL) in rt_hw_hard_fault_exception()300 result = rt_exception_hook(exception_info); in rt_hw_hard_fault_exception()
18 static rt_err_t (*rt_exception_hook)(void *context) = RT_NULL; variable91 rt_exception_hook = exception_handle; in rt_hw_exception_install()
35 static rt_err_t (*rt_exception_hook)(void *context) = RT_NULL; variable184 rt_exception_hook = exception_handle; in rt_hw_exception_install()376 if (rt_exception_hook != RT_NULL) in rt_hw_hard_fault_exception()380 result = rt_exception_hook(exception_stack); in rt_hw_hard_fault_exception()