|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include <stdint.h>#include "arch/exception.h"#include "stdbool.h"

函数 | |
| bool | is_valid_txt_addr (uint32_t pc) |
| void | register_os_exec_hook (void) |
| Rigister Exception handle function. | |
| void | exec_fault_handler (uint32_t exc_type, const ExcContext *exc_buff_addr) |
| Invoked by exception to dump exception information. | |
| 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.