pub struct W(_);
Expand description
Register CFSR
writer
Implementations
sourceimpl W
impl W
sourcepub fn iaccviol(&mut self) -> IACCVIOL_W<'_>
pub fn iaccviol(&mut self) -> IACCVIOL_W<'_>
Bit 0 - Instruction access violation
sourcepub fn daccviol(&mut self) -> DACCVIOL_W<'_>
pub fn daccviol(&mut self) -> DACCVIOL_W<'_>
Bit 1 - Data access violation
sourcepub fn munstkerr(&mut self) -> MUNSTKERR_W<'_>
pub fn munstkerr(&mut self) -> MUNSTKERR_W<'_>
Bit 3 - MemManage Fault on unstacking for exception return
sourcepub fn mstkerr(&mut self) -> MSTKERR_W<'_>
pub fn mstkerr(&mut self) -> MSTKERR_W<'_>
Bit 4 - MemManage Fault on stacking for exception entry
sourcepub fn mlsperr(&mut self) -> MLSPERR_W<'_>
pub fn mlsperr(&mut self) -> MLSPERR_W<'_>
Bit 5 - MemManager Fault occured during FP lazy state preservation
sourcepub fn mmarvalid(&mut self) -> MMARVALID_W<'_>
pub fn mmarvalid(&mut self) -> MMARVALID_W<'_>
Bit 7 - MemManage Fault Address Register valid
sourcepub fn preciserr(&mut self) -> PRECISERR_W<'_>
pub fn preciserr(&mut self) -> PRECISERR_W<'_>
Bit 9 - Precise data bus error
sourcepub fn impreciserr(&mut self) -> IMPRECISERR_W<'_>
pub fn impreciserr(&mut self) -> IMPRECISERR_W<'_>
Bit 10 - Imprecise data bus error
sourcepub fn unstkerr(&mut self) -> UNSTKERR_W<'_>
pub fn unstkerr(&mut self) -> UNSTKERR_W<'_>
Bit 11 - BusFault on unstacking for exception return
sourcepub fn lsperr(&mut self) -> LSPERR_W<'_>
pub fn lsperr(&mut self) -> LSPERR_W<'_>
Bit 13 - BusFault occured during FP lazy state preservation
sourcepub fn bfarvalid(&mut self) -> BFARVALID_W<'_>
pub fn bfarvalid(&mut self) -> BFARVALID_W<'_>
Bit 15 - BusFault Address Register valid
sourcepub fn undefinstr(&mut self) -> UNDEFINSTR_W<'_>
pub fn undefinstr(&mut self) -> UNDEFINSTR_W<'_>
Bit 16 - Undefined instruction UsageFault
sourcepub fn invstate(&mut self) -> INVSTATE_W<'_>
pub fn invstate(&mut self) -> INVSTATE_W<'_>
Bit 17 - Invalid state UsageFault
sourcepub fn unaligned(&mut self) -> UNALIGNED_W<'_>
pub fn unaligned(&mut self) -> UNALIGNED_W<'_>
Bit 24 - Unaligned access UsageFault
sourcepub fn divbyzero(&mut self) -> DIVBYZERO_W<'_>
pub fn divbyzero(&mut self) -> DIVBYZERO_W<'_>
Bit 25 - Divide by zero UsageFault
Methods from Deref<Target = W<CFSR_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