nn::os::ARM::ExceptionInfo Structurestruct ExceptionInfo
{
util::SizedEnum1< ExceptionType > type;
bit32 fsr;
bit32 far;
bit32 fpexc;
bit32 fpinst;
bit32 fpinst2;
};
Structure storing information related to exceptions that have occurred.
| type | util::SizedEnum1< ExceptionType > | Stores the type of exception that occurred. | |
|---|---|---|---|
| fsr | bit32 | Stores the IFSR value when a prefetch abort occurs, and the DFSR value when a data abort occurs. | |
| far | bit32 |
Stores the same value as in ExceptionContext::r[15] when a prefetch abort occurs, and the DFAR value when a data abort occurs. |
|
| fpexc | bit32 |
Stores the FPEXC value when a VFP exception occurs. | |
| fpinst | bit32 |
Stores the FPINST value when a VFP exception occurs. | |
| fpinst2 | bit32 |
Stores the FPINST2 value when a VFP exception occurs. |
CONFIDENTIAL