EE445M RTOS
Taken at the University of Texas Spring 2015
hw_sysexc.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SYSEXC_RIS   0x400F9000
 
#define SYSEXC_IM   0x400F9004
 
#define SYSEXC_MIS   0x400F9008
 
#define SYSEXC_IC   0x400F900C
 
#define SYSEXC_RIS_FPIXCRIS   0x00000020
 
#define SYSEXC_RIS_FPOFCRIS   0x00000010
 
#define SYSEXC_RIS_FPUFCRIS   0x00000008
 
#define SYSEXC_RIS_FPIOCRIS   0x00000004
 
#define SYSEXC_RIS_FPDZCRIS   0x00000002
 
#define SYSEXC_RIS_FPIDCRIS   0x00000001
 
#define SYSEXC_IM_FPIXCIM   0x00000020
 
#define SYSEXC_IM_FPOFCIM   0x00000010
 
#define SYSEXC_IM_FPUFCIM   0x00000008
 
#define SYSEXC_IM_FPIOCIM   0x00000004
 
#define SYSEXC_IM_FPDZCIM   0x00000002
 
#define SYSEXC_IM_FPIDCIM   0x00000001
 
#define SYSEXC_MIS_FPIXCMIS   0x00000020
 
#define SYSEXC_MIS_FPOFCMIS   0x00000010
 
#define SYSEXC_MIS_FPUFCMIS   0x00000008
 
#define SYSEXC_MIS_FPIOCMIS   0x00000004
 
#define SYSEXC_MIS_FPDZCMIS   0x00000002
 
#define SYSEXC_MIS_FPIDCMIS   0x00000001
 
#define SYSEXC_IC_FPIXCIC   0x00000020
 
#define SYSEXC_IC_FPOFCIC   0x00000010
 
#define SYSEXC_IC_FPUFCIC   0x00000008
 
#define SYSEXC_IC_FPIOCIC   0x00000004
 
#define SYSEXC_IC_FPDZCIC   0x00000002
 
#define SYSEXC_IC_FPIDCIC   0x00000001
 

Macro Definition Documentation

#define SYSEXC_IC   0x400F900C

Definition at line 54 of file hw_sysexc.h.

Referenced by SysExcIntClear().

#define SYSEXC_IC_FPDZCIC   0x00000002

Definition at line 127 of file hw_sysexc.h.

#define SYSEXC_IC_FPIDCIC   0x00000001

Definition at line 129 of file hw_sysexc.h.

#define SYSEXC_IC_FPIOCIC   0x00000004

Definition at line 125 of file hw_sysexc.h.

#define SYSEXC_IC_FPIXCIC   0x00000020

Definition at line 119 of file hw_sysexc.h.

#define SYSEXC_IC_FPOFCIC   0x00000010

Definition at line 121 of file hw_sysexc.h.

#define SYSEXC_IC_FPUFCIC   0x00000008

Definition at line 123 of file hw_sysexc.h.

#define SYSEXC_IM   0x400F9004

Definition at line 51 of file hw_sysexc.h.

Referenced by SysExcIntDisable(), and SysExcIntEnable().

#define SYSEXC_IM_FPDZCIM   0x00000002

Definition at line 87 of file hw_sysexc.h.

#define SYSEXC_IM_FPIDCIM   0x00000001

Definition at line 89 of file hw_sysexc.h.

#define SYSEXC_IM_FPIOCIM   0x00000004

Definition at line 85 of file hw_sysexc.h.

#define SYSEXC_IM_FPIXCIM   0x00000020

Definition at line 79 of file hw_sysexc.h.

#define SYSEXC_IM_FPOFCIM   0x00000010

Definition at line 81 of file hw_sysexc.h.

#define SYSEXC_IM_FPUFCIM   0x00000008

Definition at line 83 of file hw_sysexc.h.

#define SYSEXC_MIS   0x400F9008

Definition at line 52 of file hw_sysexc.h.

Referenced by SysExcIntStatus().

#define SYSEXC_MIS_FPDZCMIS   0x00000002

Definition at line 107 of file hw_sysexc.h.

#define SYSEXC_MIS_FPIDCMIS   0x00000001

Definition at line 110 of file hw_sysexc.h.

#define SYSEXC_MIS_FPIOCMIS   0x00000004

Definition at line 105 of file hw_sysexc.h.

#define SYSEXC_MIS_FPIXCMIS   0x00000020

Definition at line 97 of file hw_sysexc.h.

#define SYSEXC_MIS_FPOFCMIS   0x00000010

Definition at line 99 of file hw_sysexc.h.

#define SYSEXC_MIS_FPUFCMIS   0x00000008

Definition at line 102 of file hw_sysexc.h.

#define SYSEXC_RIS   0x400F9000

Definition at line 49 of file hw_sysexc.h.

Referenced by SysExcIntStatus().

#define SYSEXC_RIS_FPDZCRIS   0x00000002

Definition at line 69 of file hw_sysexc.h.

#define SYSEXC_RIS_FPIDCRIS   0x00000001

Definition at line 71 of file hw_sysexc.h.

#define SYSEXC_RIS_FPIOCRIS   0x00000004

Definition at line 67 of file hw_sysexc.h.

#define SYSEXC_RIS_FPIXCRIS   0x00000020

Definition at line 61 of file hw_sysexc.h.

#define SYSEXC_RIS_FPOFCRIS   0x00000010

Definition at line 63 of file hw_sysexc.h.

#define SYSEXC_RIS_FPUFCRIS   0x00000008

Definition at line 65 of file hw_sysexc.h.