pub struct R(_);Expand description
Register DEMCR reader
Implementations
sourceimpl R
 
impl R
sourcepub fn vc_corereset(&self) -> VC_CORERESET_R
 
pub fn vc_corereset(&self) -> VC_CORERESET_R
Bit 0
sourcepub fn vc_mmerr(&self) -> VC_MMERR_R
 
pub fn vc_mmerr(&self) -> VC_MMERR_R
Bit 4
sourcepub fn vc_nocperr(&self) -> VC_NOCPERR_R
 
pub fn vc_nocperr(&self) -> VC_NOCPERR_R
Bit 5
sourcepub fn vc_chkerr(&self) -> VC_CHKERR_R
 
pub fn vc_chkerr(&self) -> VC_CHKERR_R
Bit 6
sourcepub fn vc_staterr(&self) -> VC_STATERR_R
 
pub fn vc_staterr(&self) -> VC_STATERR_R
Bit 7
sourcepub fn vc_buserr(&self) -> VC_BUSERR_R
 
pub fn vc_buserr(&self) -> VC_BUSERR_R
Bit 8
sourcepub fn vc_interr(&self) -> VC_INTERR_R
 
pub fn vc_interr(&self) -> VC_INTERR_R
Bit 9
sourcepub fn vc_harderr(&self) -> VC_HARDERR_R
 
pub fn vc_harderr(&self) -> VC_HARDERR_R
Bit 10
sourcepub fn mon_pend(&self) -> MON_PEND_R
 
pub fn mon_pend(&self) -> MON_PEND_R
Bit 17
sourcepub fn mon_step(&self) -> MON_STEP_R
 
pub fn mon_step(&self) -> MON_STEP_R
Bit 18
Methods from Deref<Target = R<DEMCR_SPEC>>
Trait Implementations
sourceimpl From<R<DEMCR_SPEC>> for R
 
impl From<R<DEMCR_SPEC>> for R
sourcefn from(reader: R<DEMCR_SPEC>) -> Self
 
fn from(reader: R<DEMCR_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