Location:
e32std.h
These constants are defined in e32std.h.
These flags can also be passed to the
ModifyExceptionMask()
member function of RThread
to
change the set of exceptions which the exception handler can deal with.
One or more of these flags may be passed to the
SetExceptionHandler()
member function of RThread
to
define the exceptions which the exception handler can deal with.
A set of flags which categorize exceptions.
KExceptionFault
Exceptions associated with executing instructions; includes protection faults, illegal instruction codes, page faults etc
KExceptionUserInterrupt
General and user exceptions