Enum cortex_m::peripheral::scb::VectActive
source · [−]Expand description
Active exception number
Variants
ThreadMode
Thread mode
Exception(Exception)
Processor core exception (internal interrupts)
Interrupt
Fields
irqn: u8
Interrupt number. This number is always within half open range [0, 240)
Device specific exception (external interrupts)
Implementations
Trait Implementations
sourceimpl Clone for VectActive
impl Clone for VectActive
sourcefn clone(&self) -> VectActive
fn clone(&self) -> VectActive
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for VectActive
impl Debug for VectActive
sourceimpl PartialEq<VectActive> for VectActive
impl PartialEq<VectActive> for VectActive
sourcefn eq(&self, other: &VectActive) -> bool
fn eq(&self, other: &VectActive) -> bool
impl Copy for VectActive
impl Eq for VectActive
impl StructuralEq for VectActive
impl StructuralPartialEq for VectActive
Auto Trait Implementations
impl RefUnwindSafe for VectActive
impl Send for VectActive
impl Sync for VectActive
impl Unpin for VectActive
impl UnwindSafe for VectActive
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more