[−][src]Module drone_cortex_m::map::thr
Core ARM Cortex-M exception mappings.
Structs
| IntBundle0 | NVIC register bundle 0. |
| IntBundle1 | NVIC register bundle 1. |
| IntBundle2 | NVIC register bundle 2. |
| IntBundle3 | NVIC register bundle 3. |
| IntBundle4 | NVIC register bundle 4. |
| IntBundle5 | NVIC register bundle 5. |
| IntBundle6 | NVIC register bundle 6. |
| IntBundle7 | NVIC register bundle 7. |
Traits
| IntBusFault | Pre-fetch fault, memory access fault. |
| IntDebug | Monitor. |
| IntHardFault | All classes of fault. |
| IntMemManage | Memory management. |
| IntNmi | Non maskable interrupt. |
| IntPendSv | Pendable request for system service. |
| IntSvCall | System service call via SWI instruction. |
| IntSysTick | System tick timer. |
| IntUsageFault | Undefined instruction or illegal state. |