nn::os::ARM::UserExceptionHandler Typetypedef void(* nn::os::ARM::UserExceptionHandler)(ExceptionInfo *pei, ExceptionContext *pec);
| Name | Description | |
|---|---|---|
| in | pei | Takes information about the exception that occurred. |
| in | pec | Takes the CPU context at the time the exception occurred. |
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.
CONFIDENTIAL