Struct esp32_hal::pac::rtc_cntl::reset_state::W
pub struct W(_);
Expand description
Register RESET_STATE
writer
Implementations§
§impl W
impl W
pub fn appcpu_stat_vector_sel(
&mut self
) -> BitWriterRaw<'_, u32, RESET_STATE_SPEC, bool, BitM, 12>
pub fn appcpu_stat_vector_sel(
&mut self
) -> BitWriterRaw<'_, u32, RESET_STATE_SPEC, bool, BitM, 12>
Bit 12 - APP CPU state vector sel
pub fn procpu_stat_vector_sel(
&mut self
) -> BitWriterRaw<'_, u32, RESET_STATE_SPEC, bool, BitM, 13>
pub fn procpu_stat_vector_sel(
&mut self
) -> BitWriterRaw<'_, u32, RESET_STATE_SPEC, bool, BitM, 13>
Bit 13 - PRO CPU state vector sel
Methods from Deref<Target = W<RESET_STATE_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations§
§impl From<W<RESET_STATE_SPEC>> for W
impl From<W<RESET_STATE_SPEC>> for W
§fn from(writer: W<RESET_STATE_SPEC>) -> W
fn from(writer: W<RESET_STATE_SPEC>) -> W
Converts to this type from the input type.