libdragon
|
Structure representing an exception. More...
#include <exception.h>
Data Fields | |
int32_t | type |
Exception type. | |
const char * | info |
String information of exception. | |
volatile const reg_block_t * | regs |
Registers at point of exception. |
Structure representing an exception.
int32_t exception_t::type |
Exception type.