libdragon
|
Exception Handler. More...
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | reg_block_t |
Structure representing a register block. More... | |
struct | exception_t |
Structure representing an exception. More... | |
Enumerations | |
enum | { EXCEPTION_TYPE_UNKNOWN = 0, EXCEPTION_TYPE_RESET, EXCEPTION_TYPE_CRITICAL } |
Exception types. More... | |
Functions | |
void | register_exception_handler (void(*cb)(exception_t *)) |
Register an exception handler to handle exceptions. |
Exception Handler.