pub struct R(_);
Expand description
Register CCR
reader
Implementations
sourceimpl R
impl R
sourcepub fn nonbasethrdena(&self) -> NONBASETHRDENA_R
pub fn nonbasethrdena(&self) -> NONBASETHRDENA_R
Bit 0 - Indicates how processor enters Thread mode
sourcepub fn usersetmpend(&self) -> USERSETMPEND_R
pub fn usersetmpend(&self) -> USERSETMPEND_R
Bit 1 - Enables unprivileged software access to STIR register
sourcepub fn unalign_trp(&self) -> UNALIGN_TRP_R
pub fn unalign_trp(&self) -> UNALIGN_TRP_R
Bit 3 - Enables unaligned access traps
sourcepub fn div_0_trp(&self) -> DIV_0_TRP_R
pub fn div_0_trp(&self) -> DIV_0_TRP_R
Bit 4 - Enables divide by 0 trap
sourcepub fn bfhfnmign(&self) -> BFHFNMIGN_R
pub fn bfhfnmign(&self) -> BFHFNMIGN_R
Bit 8 - Ignore LDM/STM BusFault for -1/-2 priority handlers
sourcepub fn stkalign(&self) -> STKALIGN_R
pub fn stkalign(&self) -> STKALIGN_R
Bit 9 - Indicates stack alignment on exception entry
Methods from Deref<Target = R<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