#include <compiler.h>
#include <debug.h>
#include <types.h>

Go to the source code of this file.
Functions | |
| void __weak | do_unknown_exception (unsigned int cause, uint32_t *regs) |
| Default unknown exception handler for AVR32. | |
Definition in file exception.c.
| void __weak do_unknown_exception | ( | unsigned int | cause, | |
| uint32_t * | regs | |||
| ) |
Default unknown exception handler for AVR32.
This function is called when an unexpected exception is triggered. It currently does nothing.
This function can be overridden by the application if it needs to do something special.
| cause | The value of the Exception Cause Register. | |
| regs | A snapshot of the register file at the time when the exception was triggered. |
Definition at line 58 of file exception.c.
References dbg_panic.
1.5.8