Enum cortex_m::peripheral::scb::VectActive
source · Expand description
Active exception number
Variants§
ThreadMode
Thread mode
Exception(Exception)
Processor core exception (internal interrupts)
Interrupt
Device specific exception (external interrupts)
Implementations§
Trait Implementations§
source§impl Clone for VectActive
impl Clone for VectActive
source§fn clone(&self) -> VectActive
fn clone(&self) -> VectActive
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for VectActive
impl Debug for VectActive
source§impl PartialEq<VectActive> for VectActive
impl PartialEq<VectActive> for VectActive
source§fn eq(&self, other: &VectActive) -> bool
fn eq(&self, other: &VectActive) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.