!156 fix: correct the counter of exception type

Merge pull request !156 from kenneth/los_arch_interrupt.h2
This commit is contained in:
openharmony_ci 2021-06-04 14:44:41 +08:00 committed by Gitee
commit 9d77efe6aa
8 changed files with 8 additions and 8 deletions

View File

@ -687,7 +687,7 @@ VOID HalHwiInit();
typedef struct TagExcInfo { typedef struct TagExcInfo {
/**< Exception occurrence phase: 0 means that an exception occurs in initialization, 1 means that an exception occurs in a task, and 2 means that an exception occurs in an interrupt */ /**< Exception occurrence phase: 0 means that an exception occurs in initialization, 1 means that an exception occurs in a task, and 2 means that an exception occurs in an interrupt */
UINT16 phase; UINT16 phase;
/**< Exception type. When exceptions occur, check the numbers 1 - 19 listed above */ /**< Exception type. When exceptions occur, check the numbers 1 - 21 listed above */
UINT16 type; UINT16 type;
/**< If the exact address access error indicates the wrong access address when the exception occurred */ /**< If the exact address access error indicates the wrong access address when the exception occurred */
UINT32 faultAddr; UINT32 faultAddr;

View File

@ -687,7 +687,7 @@ VOID HalHwiInit();
typedef struct TagExcInfo { typedef struct TagExcInfo {
/**< Exception occurrence phase: 0 means that an exception occurs in initialization, 1 means that an exception occurs in a task, and 2 means that an exception occurs in an interrupt */ /**< Exception occurrence phase: 0 means that an exception occurs in initialization, 1 means that an exception occurs in a task, and 2 means that an exception occurs in an interrupt */
UINT16 phase; UINT16 phase;
/**< Exception type. When exceptions occur, check the numbers 1 - 19 listed above */ /**< Exception type. When exceptions occur, check the numbers 1 - 21 listed above */
UINT16 type; UINT16 type;
/**< If the exact address access error indicates the wrong access address when the exception occurred */ /**< If the exact address access error indicates the wrong access address when the exception occurred */
UINT32 faultAddr; UINT32 faultAddr;

View File

@ -687,7 +687,7 @@ VOID HalHwiInit();
typedef struct TagExcInfo { typedef struct TagExcInfo {
/**< Exception occurrence phase: 0 means that an exception occurs in initialization, 1 means that an exception occurs in a task, and 2 means that an exception occurs in an interrupt */ /**< Exception occurrence phase: 0 means that an exception occurs in initialization, 1 means that an exception occurs in a task, and 2 means that an exception occurs in an interrupt */
UINT16 phase; UINT16 phase;
/**< Exception type. When exceptions occur, check the numbers 1 - 19 listed above */ /**< Exception type. When exceptions occur, check the numbers 1 - 21 listed above */
UINT16 type; UINT16 type;
/**< If the exact address access error indicates the wrong access address when the exception occurred */ /**< If the exact address access error indicates the wrong access address when the exception occurred */
UINT32 faultAddr; UINT32 faultAddr;

View File

@ -687,7 +687,7 @@ VOID HalHwiInit();
typedef struct TagExcInfo { typedef struct TagExcInfo {
/**< Exception occurrence phase: 0 means that an exception occurs in initialization, 1 means that an exception occurs in a task, and 2 means that an exception occurs in an interrupt */ /**< Exception occurrence phase: 0 means that an exception occurs in initialization, 1 means that an exception occurs in a task, and 2 means that an exception occurs in an interrupt */
UINT16 phase; UINT16 phase;
/**< Exception type. When exceptions occur, check the numbers 1 - 19 listed above */ /**< Exception type. When exceptions occur, check the numbers 1 - 21 listed above */
UINT16 type; UINT16 type;
/**< If the exact address access error indicates the wrong access address when the exception occurred */ /**< If the exact address access error indicates the wrong access address when the exception occurred */
UINT32 faultAddr; UINT32 faultAddr;

View File

@ -687,7 +687,7 @@ VOID HalHwiInit();
typedef struct TagExcInfo { typedef struct TagExcInfo {
/**< Exception occurrence phase: 0 means that an exception occurs in initialization, 1 means that an exception occurs in a task, and 2 means that an exception occurs in an interrupt */ /**< Exception occurrence phase: 0 means that an exception occurs in initialization, 1 means that an exception occurs in a task, and 2 means that an exception occurs in an interrupt */
UINT16 phase; UINT16 phase;
/**< Exception type. When exceptions occur, check the numbers 1 - 19 listed above */ /**< Exception type. When exceptions occur, check the numbers 1 - 21 listed above */
UINT16 type; UINT16 type;
/**< If the exact address access error indicates the wrong access address when the exception occurred */ /**< If the exact address access error indicates the wrong access address when the exception occurred */
UINT32 faultAddr; UINT32 faultAddr;

View File

@ -687,7 +687,7 @@ VOID HalHwiInit();
typedef struct TagExcInfo { typedef struct TagExcInfo {
/**< Exception occurrence phase: 0 means that an exception occurs in initialization, 1 means that an exception occurs in a task, and 2 means that an exception occurs in an interrupt */ /**< Exception occurrence phase: 0 means that an exception occurs in initialization, 1 means that an exception occurs in a task, and 2 means that an exception occurs in an interrupt */
UINT16 phase; UINT16 phase;
/**< Exception type. When exceptions occur, check the numbers 1 - 19 listed above */ /**< Exception type. When exceptions occur, check the numbers 1 - 21 listed above */
UINT16 type; UINT16 type;
/**< If the exact address access error indicates the wrong access address when the exception occurred */ /**< If the exact address access error indicates the wrong access address when the exception occurred */
UINT32 faultAddr; UINT32 faultAddr;

View File

@ -687,7 +687,7 @@ VOID HalHwiInit();
typedef struct TagExcInfo { typedef struct TagExcInfo {
/**< Exception occurrence phase: 0 means that an exception occurs in initialization, 1 means that an exception occurs in a task, and 2 means that an exception occurs in an interrupt */ /**< Exception occurrence phase: 0 means that an exception occurs in initialization, 1 means that an exception occurs in a task, and 2 means that an exception occurs in an interrupt */
UINT16 phase; UINT16 phase;
/**< Exception type. When exceptions occur, check the numbers 1 - 19 listed above */ /**< Exception type. When exceptions occur, check the numbers 1 - 21 listed above */
UINT16 type; UINT16 type;
/**< If the exact address access error indicates the wrong access address when the exception occurred */ /**< If the exact address access error indicates the wrong access address when the exception occurred */
UINT32 faultAddr; UINT32 faultAddr;

View File

@ -687,7 +687,7 @@ VOID HalHwiInit();
typedef struct TagExcInfo { typedef struct TagExcInfo {
/**< Exception occurrence phase: 0 means that an exception occurs in initialization, 1 means that an exception occurs in a task, and 2 means that an exception occurs in an interrupt */ /**< Exception occurrence phase: 0 means that an exception occurs in initialization, 1 means that an exception occurs in a task, and 2 means that an exception occurs in an interrupt */
UINT16 phase; UINT16 phase;
/**< Exception type. When exceptions occur, check the numbers 1 - 19 listed above */ /**< Exception type. When exceptions occur, check the numbers 1 - 21 listed above */
UINT16 type; UINT16 type;
/**< If the exact address access error indicates the wrong access address when the exception occurred */ /**< If the exact address access error indicates the wrong access address when the exception occurred */
UINT32 faultAddr; UINT32 faultAddr;