Type Alias R
pub type R = R<CcrSpec>;Expand description
Register CCR reader
Aliased Type§
pub struct R { /* private fields */ }Implementations§
§impl R
impl R
pub fn nonbasethrdena(&self) -> NonbasethrdenaR
pub fn nonbasethrdena(&self) -> NonbasethrdenaR
Bit 0 - Indicates how the processor enters Thread mode
pub fn usersetmpend(&self) -> UsersetmpendR
pub fn usersetmpend(&self) -> UsersetmpendR
Bit 1 - Enables unprivileged software access to the STIR
pub fn unalign_trp(&self) -> UnalignTrpR
pub fn unalign_trp(&self) -> UnalignTrpR
Bit 3 - Enables unaligned access traps
pub fn div_0_trp(&self) -> Div0TrpR
pub fn div_0_trp(&self) -> Div0TrpR
Bit 4 - Enables faulting or halting when the processor executes an SDIV or UDIV instruction with a divisor of 0
pub fn bfhfnmign(&self) -> BfhfnmignR
pub fn bfhfnmign(&self) -> BfhfnmignR
Bit 8 - Enables handlers with priority -1 or -2 to ignore data BusFaults caused by load and store instructions.