pub struct W(_);
Expand description
Register DEMCR
writer
Implementations
sourceimpl W
impl W
sourcepub fn vc_corereset(&mut self) -> VC_CORERESET_W<'_>
pub fn vc_corereset(&mut self) -> VC_CORERESET_W<'_>
Bit 0
sourcepub fn vc_mmerr(&mut self) -> VC_MMERR_W<'_>
pub fn vc_mmerr(&mut self) -> VC_MMERR_W<'_>
Bit 4
sourcepub fn vc_nocperr(&mut self) -> VC_NOCPERR_W<'_>
pub fn vc_nocperr(&mut self) -> VC_NOCPERR_W<'_>
Bit 5
sourcepub fn vc_chkerr(&mut self) -> VC_CHKERR_W<'_>
pub fn vc_chkerr(&mut self) -> VC_CHKERR_W<'_>
Bit 6
sourcepub fn vc_staterr(&mut self) -> VC_STATERR_W<'_>
pub fn vc_staterr(&mut self) -> VC_STATERR_W<'_>
Bit 7
sourcepub fn vc_buserr(&mut self) -> VC_BUSERR_W<'_>
pub fn vc_buserr(&mut self) -> VC_BUSERR_W<'_>
Bit 8
sourcepub fn vc_interr(&mut self) -> VC_INTERR_W<'_>
pub fn vc_interr(&mut self) -> VC_INTERR_W<'_>
Bit 9
sourcepub fn vc_harderr(&mut self) -> VC_HARDERR_W<'_>
pub fn vc_harderr(&mut self) -> VC_HARDERR_W<'_>
Bit 10
sourcepub fn mon_pend(&mut self) -> MON_PEND_W<'_>
pub fn mon_pend(&mut self) -> MON_PEND_W<'_>
Bit 17
sourcepub fn mon_step(&mut self) -> MON_STEP_W<'_>
pub fn mon_step(&mut self) -> MON_STEP_W<'_>
Bit 18
Methods from Deref<Target = W<DEMCR_SPEC>>
Trait Implementations
sourceimpl From<W<DEMCR_SPEC>> for W
impl From<W<DEMCR_SPEC>> for W
sourcefn from(writer: W<DEMCR_SPEC>) -> Self
fn from(writer: W<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