OR1K support
|
Typedefs | |
typedef void(* | or1k_exception_handler_fptr )(void) |
Functions | |
void | or1k_exception_handler_add (int id, or1k_exception_handler_fptr handler) |
typedef void(* or1k_exception_handler_fptr)(void) |
Function pointer to an exception handler function
void or1k_exception_handler_add | ( | int | id, |
or1k_exception_handler_fptr | handler | ||
) |
Register exception handler
Register an exception handler for the given exception id. This handler is in the following then called when the exception occurs. You can thereby individually handle those exceptions.
id | Exception id |
handler | Handler callback |