|
|
Go to the documentation of this file. 38 #ifndef __HW_SYSEXC_H__ 39 #define __HW_SYSEXC_H__ 47 #define SYSEXC_RIS 0x400F9000 // System Exception Raw Interrupt 49 #define SYSEXC_IM 0x400F9004 // System Exception Interrupt Mask 50 #define SYSEXC_MIS 0x400F9008 // System Exception Masked 52 #define SYSEXC_IC 0x400F900C // System Exception Interrupt Clear 59 #define SYSEXC_RIS_FPIXCRIS 0x00000020 // Floating-Point Inexact Exception 61 #define SYSEXC_RIS_FPOFCRIS 0x00000010 // Floating-Point Overflow 63 #define SYSEXC_RIS_FPUFCRIS 0x00000008 // Floating-Point Underflow 65 #define SYSEXC_RIS_FPIOCRIS 0x00000004 // Floating-Point Invalid Operation 67 #define SYSEXC_RIS_FPDZCRIS 0x00000002 // Floating-Point Divide By 0 69 #define SYSEXC_RIS_FPIDCRIS 0x00000001 // Floating-Point Input Denormal 77 #define SYSEXC_IM_FPIXCIM 0x00000020 // Floating-Point Inexact Exception 79 #define SYSEXC_IM_FPOFCIM 0x00000010 // Floating-Point Overflow 81 #define SYSEXC_IM_FPUFCIM 0x00000008 // Floating-Point Underflow 83 #define SYSEXC_IM_FPIOCIM 0x00000004 // Floating-Point Invalid Operation 85 #define SYSEXC_IM_FPDZCIM 0x00000002 // Floating-Point Divide By 0 87 #define SYSEXC_IM_FPIDCIM 0x00000001 // Floating-Point Input Denormal 95 #define SYSEXC_MIS_FPIXCMIS 0x00000020 // Floating-Point Inexact Exception 97 #define SYSEXC_MIS_FPOFCMIS 0x00000010 // Floating-Point Overflow 100 #define SYSEXC_MIS_FPUFCMIS 0x00000008 // Floating-Point Underflow 103 #define SYSEXC_MIS_FPIOCMIS 0x00000004 // Floating-Point Invalid Operation 105 #define SYSEXC_MIS_FPDZCMIS 0x00000002 // Floating-Point Divide By 0 108 #define SYSEXC_MIS_FPIDCMIS 0x00000001 // Floating-Point Input Denormal 117 #define SYSEXC_IC_FPIXCIC 0x00000020 // Floating-Point Inexact Exception 119 #define SYSEXC_IC_FPOFCIC 0x00000010 // Floating-Point Overflow 121 #define SYSEXC_IC_FPUFCIC 0x00000008 // Floating-Point Underflow 123 #define SYSEXC_IC_FPIOCIC 0x00000004 // Floating-Point Invalid Operation 125 #define SYSEXC_IC_FPDZCIC 0x00000002 // Floating-Point Divide By 0 127 #define SYSEXC_IC_FPIDCIC 0x00000001 // Floating-Point Input Denormal 130 #endif // __HW_SYSEXC_H__
Copyright 2018, Texas Instruments Incorporated