WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
nmi_adapt.h
浏览该文件的文档.
1
10#ifndef NMI_ADAPT_H
11#define NMI_ADAPT_H
12
13#include "arch/exception.h"
14
15#ifdef __cplusplus
16#if __cplusplus
17extern "C" {
18#endif /* __cplusplus */
19#endif /* __cplusplus */
20
22extern VOID OsExcInfoDisplay(UINT32 excType, const ExcContext *excBufAddr);
24extern VOID do_hard_fault_handler(ExcContext *exc_buf_addr);
25#ifdef __cplusplus
26#if __cplusplus
27}
28#endif /* __cplusplus */
29#endif /* __cplusplus */
30
31#endif
void irq_wdt_handler(void)
看门狗中断请求的处理程序
Definition watchdog_porting.c:57
#define VOID
Definition los_typedef.h:88
unsigned int UINT32
Definition los_typedef.h:52
VOID do_hard_fault_handler(ExcContext *exc_buf_addr)
VOID OsClearNMI(VOID)
VOID OsExcInfoDisplay(UINT32 excType, const ExcContext *excBufAddr)