nn::os::ARM::ExceptionContext Structure

Syntax

struct ExceptionContext
{
   bit32 r[16];
   bit32 cpsr;
};

Description

Structure storing the CPU context when exceptions occur.

Member Variables

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.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL