Enum cortex_m::peripheral::scb::SystemHandler [−][src]
#[repr(u8)] pub enum SystemHandler { MemoryManagement, BusFault, UsageFault, SecureFault, SVCall, DebugMonitor, PendSV, SysTick, }
Expand description
System handlers, exceptions with configurable priority
Variants
Memory management interrupt (not present on Cortex-M0 variants)
Bus fault interrupt (not present on Cortex-M0 variants)
Usage fault interrupt (not present on Cortex-M0 variants)
Secure fault interrupt (only on ARMv8-M)
SV call interrupt
Debug monitor interrupt (not present on Cortex-M0 variants)
Pend SV interrupt
System Tick interrupt