|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "oam_trace.h"#include "print_config.h"#include "arch_encoding.h"#include "arch_trace.h"#include "memory_config.h"#include "share_mem_config.h"#include "arch/exception.h"
宏定义 | |
| #define | USER_STACK_OFFSET_PER 4 |
| #define | USER_STACK_PRINT_DEPTH 128 |
函数 | |
| bool | is_valid_txt_addr (uint32_t pc) |
| void | exec_fault_handler (uint32_t exc_type, const ExcContext *exc_buff_addr) |
| Invoked by exception to dump exception information. | |
| void | register_os_exec_hook (void) |
| Rigister Exception handle function. | |
变量 | |
| EXC_PROC_FUNC | g_exec_hook |
| #define USER_STACK_OFFSET_PER 4 |
| #define USER_STACK_PRINT_DEPTH 128 |
| void exec_fault_handler | ( | uint32_t | exc_type, |
| const ExcContext * | exc_buff_addr | ||
| ) |
Invoked by exception to dump exception information.
| exc_type | Exception type. |
| exc_buff_addr | Exception buff addr. |
| bool is_valid_txt_addr | ( | uint32_t | pc | ) |
| void register_os_exec_hook | ( | void | ) |
Rigister Exception handle function.
| EXC_PROC_FUNC g_exec_hook |