nn::os::ARM::UserExceptionHandler Type

Syntax

typedef void(* nn::os::ARM::UserExceptionHandler)(ExceptionInfo *pei, ExceptionContext *pec);

Parameters

Name Description
in pei Takes information about the exception that occurred.
in pec Takes the CPU context at the time the exception occurred.

Description

Enumerated type representing exception handlers.

The pei argument takes information about the exception that occurred.

The pec argument takes the CPU context at the time the exception occurred.

Cannot return from the exception handler. Operations are undefined if a return is made. For details on exception handlers, see SetUserExceptionHandler.

Revision History

2011/05/02
Added the fact that operations are undefined if a return is made.
2010/09/16
Noted that the exception handler is not called in the debug environment.
2010/08/16
Initial version.

CONFIDENTIAL