Struct esp32s3_hal::pac::rtc_cntl::reset_state::R
pub struct R(_);
Expand description
Register RESET_STATE
reader
Implementations§
§impl R
impl R
pub fn reset_cause_procpu(&self) -> FieldReaderRaw<u8, u8>
pub fn reset_cause_procpu(&self) -> FieldReaderRaw<u8, u8>
Bits 0:5 - reset cause of PRO CPU
pub fn reset_cause_appcpu(&self) -> FieldReaderRaw<u8, u8>
pub fn reset_cause_appcpu(&self) -> FieldReaderRaw<u8, u8>
Bits 6:11 - reset cause of APP CPU
pub fn appcpu_stat_vector_sel(&self) -> BitReaderRaw<bool>
pub fn appcpu_stat_vector_sel(&self) -> BitReaderRaw<bool>
Bit 12 - APP CPU state vector sel
pub fn procpu_stat_vector_sel(&self) -> BitReaderRaw<bool>
pub fn procpu_stat_vector_sel(&self) -> BitReaderRaw<bool>
Bit 13 - PRO CPU state vector sel
pub fn reset_flag_procpu(&self) -> BitReaderRaw<bool>
pub fn reset_flag_procpu(&self) -> BitReaderRaw<bool>
Bit 14 - PRO CPU reset_flag
pub fn reset_flag_appcpu(&self) -> BitReaderRaw<bool>
pub fn reset_flag_appcpu(&self) -> BitReaderRaw<bool>
Bit 15 - APP CPU reset flag
pub fn appcpu_ocd_halt_on_reset(&self) -> BitReaderRaw<bool>
pub fn appcpu_ocd_halt_on_reset(&self) -> BitReaderRaw<bool>
Bit 18 - APPCPU OcdHaltOnReset
pub fn procpu_ocd_halt_on_reset(&self) -> BitReaderRaw<bool>
pub fn procpu_ocd_halt_on_reset(&self) -> BitReaderRaw<bool>
Bit 19 - PROCPU OcdHaltOnReset
pub fn reset_flag_jtag_procpu(&self) -> BitReaderRaw<bool>
pub fn reset_flag_jtag_procpu(&self) -> BitReaderRaw<bool>
Bit 20 - jtag reset flag
pub fn reset_flag_jtag_appcpu(&self) -> BitReaderRaw<bool>
pub fn reset_flag_jtag_appcpu(&self) -> BitReaderRaw<bool>
Bit 21 - jtag reset flag
pub fn app_dreset_mask(&self) -> BitReaderRaw<bool>
pub fn app_dreset_mask(&self) -> BitReaderRaw<bool>
Bit 24 - bypass cpu1 dreset
pub fn pro_dreset_mask(&self) -> BitReaderRaw<bool>
pub fn pro_dreset_mask(&self) -> BitReaderRaw<bool>
Bit 25 - bypass cpu0 dreset
Methods from Deref<Target = R<RESET_STATE_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<RESET_STATE_SPEC>> for R
impl From<R<RESET_STATE_SPEC>> for R
§fn from(reader: R<RESET_STATE_SPEC>) -> R
fn from(reader: R<RESET_STATE_SPEC>) -> R
Converts to this type from the input type.