pub struct W(_);
Expand description
Register CCR
writer
Implementations
sourceimpl W
impl W
sourcepub fn nonbasethrdena(&mut self) -> NONBASETHRDENA_W<'_>
pub fn nonbasethrdena(&mut self) -> NONBASETHRDENA_W<'_>
Bit 0 - Indicates how processor enters Thread mode
sourcepub fn usersetmpend(&mut self) -> USERSETMPEND_W<'_>
pub fn usersetmpend(&mut self) -> USERSETMPEND_W<'_>
Bit 1 - Enables unprivileged software access to STIR register
sourcepub fn unalign_trp(&mut self) -> UNALIGN_TRP_W<'_>
pub fn unalign_trp(&mut self) -> UNALIGN_TRP_W<'_>
Bit 3 - Enables unaligned access traps
sourcepub fn div_0_trp(&mut self) -> DIV_0_TRP_W<'_>
pub fn div_0_trp(&mut self) -> DIV_0_TRP_W<'_>
Bit 4 - Enables divide by 0 trap
sourcepub fn bfhfnmign(&mut self) -> BFHFNMIGN_W<'_>
pub fn bfhfnmign(&mut self) -> BFHFNMIGN_W<'_>
Bit 8 - Ignore LDM/STM BusFault for -1/-2 priority handlers
sourcepub fn stkalign(&mut self) -> STKALIGN_W<'_>
pub fn stkalign(&mut self) -> STKALIGN_W<'_>
Bit 9 - Indicates stack alignment on exception entry
Methods from Deref<Target = W<CCR_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