pub struct R(_);
Expand description
Register RESET_STATE
reader
Implementations
sourceimpl R
impl R
sourcepub fn reset_cause_procpu(&self) -> RESET_CAUSE_PROCPU_R
pub fn reset_cause_procpu(&self) -> RESET_CAUSE_PROCPU_R
Bits 0:5 - reset cause of PRO CPU
sourcepub fn stat_vector_sel_procpu(&self) -> STAT_VECTOR_SEL_PROCPU_R
pub fn stat_vector_sel_procpu(&self) -> STAT_VECTOR_SEL_PROCPU_R
Bit 13 - PRO CPU state vector sel
sourcepub fn ocd_halt_on_reset_procpu(&self) -> OCD_HALT_ON_RESET_PROCPU_R
pub fn ocd_halt_on_reset_procpu(&self) -> OCD_HALT_ON_RESET_PROCPU_R
Bit 19 - PROCPU OcdHaltOnReset
sourcepub fn dreset_mask_procpu(&self) -> DRESET_MASK_PROCPU_R
pub fn dreset_mask_procpu(&self) -> DRESET_MASK_PROCPU_R
Bit 20 - Need add desc
Methods from Deref<Target = R<RESET_STATE_SPEC>>
Trait Implementations
sourceimpl From<R<RESET_STATE_SPEC>> for R
impl From<R<RESET_STATE_SPEC>> for R
sourcefn from(reader: R<RESET_STATE_SPEC>) -> Self
fn from(reader: R<RESET_STATE_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