nn::os::ARM::ExceptionContext Structurestruct ExceptionContext
{
bit32 r[16];
bit32 cpsr;
};
Structure storing the CPU context when exceptions occur.
| r | bit32 | Stores the values of r0 through r15. r[15] stores the address of the command that generated an exception regardless of the exception type. | |
|---|---|---|---|
| cpsr | bit32 | Stores the CPSR value. |
CONFIDENTIAL