Enum cortex_m::peripheral::scb::VectActive [−][src]
Expand description
Active exception number
Variants
ThreadMode
Thread mode
Exception(Exception)
Tuple Fields
0: ExceptionProcessor core exception (internal interrupts)
Interrupt
Fields
irqn: u8Interrupt number. This number is always within half open range [0, 240)
Device specific exception (external interrupts)
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
