Module cortex_m::exception
[−]
[src]
Exceptions
Structs
| BusFault |
Pre-fetch fault, memory access fault |
| Handlers |
Exception handlers |
| HardFault |
All class of fault |
| MemManage |
Memory management |
| Nmi |
Non-maskable interrupt |
| Pendsv |
Pendable request for system service |
| StackedRegisters |
Registers stacked during an exception |
| Svcall |
System service call via SWI instruction |
| SysTick |
System tick timer |
| UsageFault |
Undefined instruction or illegal state |
Enums
| Exception |
Enumeration of all exceptions |
Constants
| DEFAULT_HANDLERS |
Default exception handlers |
Functions
| default_handler |
The default exception handler |