Home
last modified time | relevance | path

Searched refs:rt_exception_hook (Results 1 – 4 of 4) sorted by relevance

/nrf52832-nimble/rt-thread/libcpu/arm/cortex-m3/
H A Dcpuport.c49 static rt_err_t (*rt_exception_hook)(void *context) = RT_NULL; variable
102 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()
/nrf52832-nimble/rt-thread/libcpu/ti-dsp/c28x/
H A Dcpuport.c18 static rt_err_t (*rt_exception_hook)(void *context) = RT_NULL; variable
91 rt_exception_hook = exception_handle; in rt_hw_exception_install()
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-m7/
H A Dcpuport.c35 static rt_err_t (*rt_exception_hook)(void *context) = RT_NULL; variable
184 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()
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-m4/
H A Dcpuport.c35 static rt_err_t (*rt_exception_hook)(void *context) = RT_NULL; variable
184 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()