pub struct W(_);
Expand description
Register ICSR
writer
Implementations
sourceimpl W
impl W
sourcepub fn vectactive(&mut self) -> VECTACTIVE_W<'_>
pub fn vectactive(&mut self) -> VECTACTIVE_W<'_>
Bits 0:8 - Active exception number
sourcepub fn rettobase(&mut self) -> RETTOBASE_W<'_>
pub fn rettobase(&mut self) -> RETTOBASE_W<'_>
Bit 11 - No preempted active exceptions to execute
sourcepub fn vectpending(&mut self) -> VECTPENDING_W<'_>
pub fn vectpending(&mut self) -> VECTPENDING_W<'_>
Bits 12:17 - Exception number of the highest priority pending enabled exception
sourcepub fn isrpending(&mut self) -> ISRPENDING_W<'_>
pub fn isrpending(&mut self) -> ISRPENDING_W<'_>
Bit 22 - Interrupt pending flag
sourcepub fn isrpreempt(&mut self) -> ISRPREEMPT_W<'_>
pub fn isrpreempt(&mut self) -> ISRPREEMPT_W<'_>
Bit 23 - Debug only
sourcepub fn pendstclr(&mut self) -> PENDSTCLR_W<'_>
pub fn pendstclr(&mut self) -> PENDSTCLR_W<'_>
Bit 25 - SysTick clear-pending bit
sourcepub fn pendstset(&mut self) -> PENDSTSET_W<'_>
pub fn pendstset(&mut self) -> PENDSTSET_W<'_>
Bit 26 - SysTick set-pending bit
sourcepub fn pendsvclr(&mut self) -> PENDSVCLR_W<'_>
pub fn pendsvclr(&mut self) -> PENDSVCLR_W<'_>
Bit 27 - PendSV clear-pending bit
sourcepub fn pendsvset(&mut self) -> PENDSVSET_W<'_>
pub fn pendsvset(&mut self) -> PENDSVSET_W<'_>
Bit 28 - PendSV set-pending bit
sourcepub fn nmipendset(&mut self) -> NMIPENDSET_W<'_>
pub fn nmipendset(&mut self) -> NMIPENDSET_W<'_>
Bit 31 - NMI set-pending bit
Methods from Deref<Target = W<ICSR_SPEC>>
Trait Implementations
Auto Trait Implementations
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