pub struct R(_);
Expand description
Register SHCSR
reader
Implementations
sourceimpl R
impl R
sourcepub fn memfaultact(&self) -> MEMFAULTACT_R
pub fn memfaultact(&self) -> MEMFAULTACT_R
Bit 0 - MemManage exception active bit
sourcepub fn busfaultact(&self) -> BUSFAULTACT_R
pub fn busfaultact(&self) -> BUSFAULTACT_R
Bit 1 - BusFault exception active bit
sourcepub fn usgfaultact(&self) -> USGFAULTACT_R
pub fn usgfaultact(&self) -> USGFAULTACT_R
Bit 3 - UsageFault exception active bit
sourcepub fn svcallact(&self) -> SVCALLACT_R
pub fn svcallact(&self) -> SVCALLACT_R
Bit 7 - SVCall active bit
sourcepub fn monitoract(&self) -> MONITORACT_R
pub fn monitoract(&self) -> MONITORACT_R
Bit 8 - DebugMonitor exception active bit
sourcepub fn pendsvact(&self) -> PENDSVACT_R
pub fn pendsvact(&self) -> PENDSVACT_R
Bit 10 - PendSV exception active bit
sourcepub fn systickact(&self) -> SYSTICKACT_R
pub fn systickact(&self) -> SYSTICKACT_R
Bit 11 - SysTick exception active bit
sourcepub fn usgfaultpended(&self) -> USGFAULTPENDED_R
pub fn usgfaultpended(&self) -> USGFAULTPENDED_R
Bit 12 - UsageFault exception pending bit
sourcepub fn memfaultpended(&self) -> MEMFAULTPENDED_R
pub fn memfaultpended(&self) -> MEMFAULTPENDED_R
Bit 13 - MemManage exception pending bit
sourcepub fn busfaultpended(&self) -> BUSFAULTPENDED_R
pub fn busfaultpended(&self) -> BUSFAULTPENDED_R
Bit 14 - BusFault exception pending bit
sourcepub fn svcallpended(&self) -> SVCALLPENDED_R
pub fn svcallpended(&self) -> SVCALLPENDED_R
Bit 15 - SVCall pending bit
sourcepub fn memfaultena(&self) -> MEMFAULTENA_R
pub fn memfaultena(&self) -> MEMFAULTENA_R
Bit 16 - MemManage enable bit
sourcepub fn busfaultena(&self) -> BUSFAULTENA_R
pub fn busfaultena(&self) -> BUSFAULTENA_R
Bit 17 - BusFault enable bit
sourcepub fn usgfaultena(&self) -> USGFAULTENA_R
pub fn usgfaultena(&self) -> USGFAULTENA_R
Bit 18 - UsageFault enable bit
Methods from Deref<Target = R<SHCSR_SPEC>>
Trait Implementations
sourceimpl From<R<SHCSR_SPEC>> for R
impl From<R<SHCSR_SPEC>> for R
sourcefn from(reader: R<SHCSR_SPEC>) -> Self
fn from(reader: R<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