!156 fix: correct the counter of exception type
Merge pull request !156 from kenneth/los_arch_interrupt.h2
This commit is contained in:
commit
9d77efe6aa
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue