pub struct R(_);
Expand description
Register DHCSR
reader
Implementations
sourceimpl R
impl R
sourcepub fn c_debugen(&self) -> C_DEBUGEN_R
pub fn c_debugen(&self) -> C_DEBUGEN_R
Bit 0
sourcepub fn c_maskints(&self) -> C_MASKINTS_R
pub fn c_maskints(&self) -> C_MASKINTS_R
Bit 3
sourcepub fn c_snapstall(&self) -> C_SNAPSTALL_R
pub fn c_snapstall(&self) -> C_SNAPSTALL_R
Bit 5
sourcepub fn s_regrdy(&self) -> S_REGRDY_R
pub fn s_regrdy(&self) -> S_REGRDY_R
Bit 16
sourcepub fn s_lockup(&self) -> S_LOCKUP_R
pub fn s_lockup(&self) -> S_LOCKUP_R
Bit 19
sourcepub fn s_retire_st(&self) -> S_RETIRE_ST_R
pub fn s_retire_st(&self) -> S_RETIRE_ST_R
Bit 24
sourcepub fn s_reset_st(&self) -> S_RESET_ST_R
pub fn s_reset_st(&self) -> S_RESET_ST_R
Bit 25
Methods from Deref<Target = R<DHCSR_SPEC>>
Trait Implementations
sourceimpl From<R<DHCSR_SPEC>> for R
impl From<R<DHCSR_SPEC>> for R
sourcefn from(reader: R<DHCSR_SPEC>) -> Self
fn from(reader: R<DHCSR_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