Struct esp32c3::rtc_cntl::reset_state::W
source · pub struct W(_);
Expand description
Register RESET_STATE
writer
Implementations
sourceimpl W
impl W
sourcepub fn stat_vector_sel_appcpu(&mut self) -> STAT_VECTOR_SEL_APPCPU_W<'_, 12>
pub fn stat_vector_sel_appcpu(&mut self) -> STAT_VECTOR_SEL_APPCPU_W<'_, 12>
Bit 12 - APP CPU state vector sel
sourcepub fn stat_vector_sel_procpu(&mut self) -> STAT_VECTOR_SEL_PROCPU_W<'_, 13>
pub fn stat_vector_sel_procpu(&mut self) -> STAT_VECTOR_SEL_PROCPU_W<'_, 13>
Bit 13 - PRO CPU state vector sel
sourcepub fn all_reset_flag_clr_procpu(
&mut self
) -> ALL_RESET_FLAG_CLR_PROCPU_W<'_, 16>
pub fn all_reset_flag_clr_procpu(
&mut self
) -> ALL_RESET_FLAG_CLR_PROCPU_W<'_, 16>
Bit 16 - clear PRO CPU reset_flag
sourcepub fn all_reset_flag_clr_appcpu(
&mut self
) -> ALL_RESET_FLAG_CLR_APPCPU_W<'_, 17>
pub fn all_reset_flag_clr_appcpu(
&mut self
) -> ALL_RESET_FLAG_CLR_APPCPU_W<'_, 17>
Bit 17 - clear APP CPU reset flag
sourcepub fn ocd_halt_on_reset_appcpu(&mut self) -> OCD_HALT_ON_RESET_APPCPU_W<'_, 18>
pub fn ocd_halt_on_reset_appcpu(&mut self) -> OCD_HALT_ON_RESET_APPCPU_W<'_, 18>
Bit 18 - APPCPU OcdHaltOnReset
sourcepub fn ocd_halt_on_reset_procpu(&mut self) -> OCD_HALT_ON_RESET_PROCPU_W<'_, 19>
pub fn ocd_halt_on_reset_procpu(&mut self) -> OCD_HALT_ON_RESET_PROCPU_W<'_, 19>
Bit 19 - PROCPU OcdHaltOnReset
sourcepub fn jtag_reset_flag_clr_procpu(
&mut self
) -> JTAG_RESET_FLAG_CLR_PROCPU_W<'_, 22>
pub fn jtag_reset_flag_clr_procpu(
&mut self
) -> JTAG_RESET_FLAG_CLR_PROCPU_W<'_, 22>
Bit 22 - configure jtag reset configure
sourcepub fn jtag_reset_flag_clr_appcpu(
&mut self
) -> JTAG_RESET_FLAG_CLR_APPCPU_W<'_, 23>
pub fn jtag_reset_flag_clr_appcpu(
&mut self
) -> JTAG_RESET_FLAG_CLR_APPCPU_W<'_, 23>
Bit 23 - configure jtag reset configure
sourcepub fn dreset_mask_appcpu(&mut self) -> DRESET_MASK_APPCPU_W<'_, 24>
pub fn dreset_mask_appcpu(&mut self) -> DRESET_MASK_APPCPU_W<'_, 24>
Bit 24 - configure dreset configure
sourcepub fn dreset_mask_procpu(&mut self) -> DRESET_MASK_PROCPU_W<'_, 25>
pub fn dreset_mask_procpu(&mut self) -> DRESET_MASK_PROCPU_W<'_, 25>
Bit 25 - configure dreset configure
Methods from Deref<Target = W<RESET_STATE_SPEC>>
Trait Implementations
sourceimpl From<W<RESET_STATE_SPEC>> for W
impl From<W<RESET_STATE_SPEC>> for W
sourcefn from(writer: W<RESET_STATE_SPEC>) -> Self
fn from(writer: W<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