![]() |
WE310F5
39.00.000
|
Structure defining details of exception information. More...
#include <m2mb_system_reset.h>
Data Fields | |
M2MB_SYSTEM_RESET_RESON_T | reason |
UINT32 | reg [16] |
UINT32 | stk_reg [30] |
UINT8 | file_name [M2MB_ERR_LOG_MAX_FILE_NAME_LEN] |
UINT32 | line_no |
UINT8 | thread_name [M2MB_ERR_LOG_MAX_THREAD_NAME_LEN] |
Structure defining details of exception information.
Exception information details.
Definition at line 86 of file m2mb_system_reset.h.
UINT8 file_name[M2MB_ERR_LOG_MAX_FILE_NAME_LEN] |
Name of the file where the exception occoured
Definition at line 91 of file m2mb_system_reset.h.
UINT32 line_no |
Line number at which the exception occoured
Definition at line 92 of file m2mb_system_reset.h.
M2MB_SYSTEM_RESET_RESON_T reason |
Exception reason
Definition at line 88 of file m2mb_system_reset.h.
UINT32 reg[16] |
Register content
Definition at line 89 of file m2mb_system_reset.h.
UINT32 stk_reg[30] |
Stack Register content
Definition at line 90 of file m2mb_system_reset.h.
UINT8 thread_name[M2MB_ERR_LOG_MAX_THREAD_NAME_LEN] |
Active thread name when exception occoured
Definition at line 93 of file m2mb_system_reset.h.