pub struct W(_);
Expand description
Register SHCSR
writer
Implementations
sourceimpl W
impl W
sourcepub fn memfaultact(&mut self) -> MEMFAULTACT_W<'_>
pub fn memfaultact(&mut self) -> MEMFAULTACT_W<'_>
Bit 0 - MemManage exception active bit
sourcepub fn busfaultact(&mut self) -> BUSFAULTACT_W<'_>
pub fn busfaultact(&mut self) -> BUSFAULTACT_W<'_>
Bit 1 - BusFault exception active bit
sourcepub fn usgfaultact(&mut self) -> USGFAULTACT_W<'_>
pub fn usgfaultact(&mut self) -> USGFAULTACT_W<'_>
Bit 3 - UsageFault exception active bit
sourcepub fn svcallact(&mut self) -> SVCALLACT_W<'_>
pub fn svcallact(&mut self) -> SVCALLACT_W<'_>
Bit 7 - SVCall active bit
sourcepub fn monitoract(&mut self) -> MONITORACT_W<'_>
pub fn monitoract(&mut self) -> MONITORACT_W<'_>
Bit 8 - DebugMonitor exception active bit
sourcepub fn pendsvact(&mut self) -> PENDSVACT_W<'_>
pub fn pendsvact(&mut self) -> PENDSVACT_W<'_>
Bit 10 - PendSV exception active bit
sourcepub fn systickact(&mut self) -> SYSTICKACT_W<'_>
pub fn systickact(&mut self) -> SYSTICKACT_W<'_>
Bit 11 - SysTick exception active bit
sourcepub fn usgfaultpended(&mut self) -> USGFAULTPENDED_W<'_>
pub fn usgfaultpended(&mut self) -> USGFAULTPENDED_W<'_>
Bit 12 - UsageFault exception pending bit
sourcepub fn memfaultpended(&mut self) -> MEMFAULTPENDED_W<'_>
pub fn memfaultpended(&mut self) -> MEMFAULTPENDED_W<'_>
Bit 13 - MemManage exception pending bit
sourcepub fn busfaultpended(&mut self) -> BUSFAULTPENDED_W<'_>
pub fn busfaultpended(&mut self) -> BUSFAULTPENDED_W<'_>
Bit 14 - BusFault exception pending bit
sourcepub fn svcallpended(&mut self) -> SVCALLPENDED_W<'_>
pub fn svcallpended(&mut self) -> SVCALLPENDED_W<'_>
Bit 15 - SVCall pending bit
sourcepub fn memfaultena(&mut self) -> MEMFAULTENA_W<'_>
pub fn memfaultena(&mut self) -> MEMFAULTENA_W<'_>
Bit 16 - MemManage enable bit
sourcepub fn busfaultena(&mut self) -> BUSFAULTENA_W<'_>
pub fn busfaultena(&mut self) -> BUSFAULTENA_W<'_>
Bit 17 - BusFault enable bit
sourcepub fn usgfaultena(&mut self) -> USGFAULTENA_W<'_>
pub fn usgfaultena(&mut self) -> USGFAULTENA_W<'_>
Bit 18 - UsageFault enable bit
Methods from Deref<Target = W<SHCSR_SPEC>>
Trait Implementations
sourceimpl From<W<SHCSR_SPEC>> for W
impl From<W<SHCSR_SPEC>> for W
sourcefn from(writer: W<SHCSR_SPEC>) -> Self
fn from(writer: W<SHCSR_SPEC>) -> Self
Converts to this type from the input type.
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