Struct esp32::rtc_cntl::options0::W

source ·
pub struct W(_);
Expand description

Register OPTIONS0 writer

Implementations§

source§

impl W

source

pub fn sw_stall_appcpu_c0(&mut self) -> SW_STALL_APPCPU_C0_W<'_, 0>

Bits 0:1 - {reg_sw_stall_appcpu_c1[5:0] reg_sw_stall_appcpu_c0[1:0]} == 0x86 will stall APP CPU

source

pub fn sw_stall_procpu_c0(&mut self) -> SW_STALL_PROCPU_C0_W<'_, 2>

Bits 2:3 - {reg_sw_stall_procpu_c1[5:0] reg_sw_stall_procpu_c0[1:0]} == 0x86 will stall PRO CPU

source

pub fn sw_appcpu_rst(&mut self) -> SW_APPCPU_RST_W<'_, 4>

Bit 4 - APP CPU SW reset

source

pub fn sw_procpu_rst(&mut self) -> SW_PROCPU_RST_W<'_, 5>

Bit 5 - PRO CPU SW reset

source

pub fn bb_i2c_force_pd(&mut self) -> BB_I2C_FORCE_PD_W<'_, 6>

Bit 6 - BB_I2C force power down

source

pub fn bb_i2c_force_pu(&mut self) -> BB_I2C_FORCE_PU_W<'_, 7>

Bit 7 - BB_I2C force power up

source

pub fn bbpll_i2c_force_pd(&mut self) -> BBPLL_I2C_FORCE_PD_W<'_, 8>

Bit 8 - BB_PLL _I2C force power down

source

pub fn bbpll_i2c_force_pu(&mut self) -> BBPLL_I2C_FORCE_PU_W<'_, 9>

Bit 9 - BB_PLL_I2C force power up

source

pub fn bbpll_force_pd(&mut self) -> BBPLL_FORCE_PD_W<'_, 10>

Bit 10 - BB_PLL force power down

source

pub fn bbpll_force_pu(&mut self) -> BBPLL_FORCE_PU_W<'_, 11>

Bit 11 - BB_PLL force power up

source

pub fn xtl_force_pd(&mut self) -> XTL_FORCE_PD_W<'_, 12>

Bit 12 - crystall force power down

source

pub fn xtl_force_pu(&mut self) -> XTL_FORCE_PU_W<'_, 13>

Bit 13 - crystall force power up

source

pub fn bias_sleep_folw_8m(&mut self) -> BIAS_SLEEP_FOLW_8M_W<'_, 14>

Bit 14 - BIAS_SLEEP follow CK8M

source

pub fn bias_force_sleep(&mut self) -> BIAS_FORCE_SLEEP_W<'_, 15>

Bit 15 - BIAS_SLEEP force sleep

source

pub fn bias_force_nosleep(&mut self) -> BIAS_FORCE_NOSLEEP_W<'_, 16>

Bit 16 - BIAS_SLEEP force no sleep

source

pub fn bias_i2c_folw_8m(&mut self) -> BIAS_I2C_FOLW_8M_W<'_, 17>

Bit 17 - BIAS_I2C follow CK8M

source

pub fn bias_i2c_force_pd(&mut self) -> BIAS_I2C_FORCE_PD_W<'_, 18>

Bit 18 - BIAS_I2C force power down

source

pub fn bias_i2c_force_pu(&mut self) -> BIAS_I2C_FORCE_PU_W<'_, 19>

Bit 19 - BIAS_I2C force power up

source

pub fn bias_core_folw_8m(&mut self) -> BIAS_CORE_FOLW_8M_W<'_, 20>

Bit 20 - BIAS_CORE follow CK8M

source

pub fn bias_core_force_pd(&mut self) -> BIAS_CORE_FORCE_PD_W<'_, 21>

Bit 21 - BIAS_CORE force power down

source

pub fn bias_core_force_pu(&mut self) -> BIAS_CORE_FORCE_PU_W<'_, 22>

Bit 22 - BIAS_CORE force power up

source

pub fn xtl_force_iso(&mut self) -> XTL_FORCE_ISO_W<'_, 23>

Bit 23

source

pub fn pll_force_iso(&mut self) -> PLL_FORCE_ISO_W<'_, 24>

Bit 24

source

pub fn analog_force_iso(&mut self) -> ANALOG_FORCE_ISO_W<'_, 25>

Bit 25

source

pub fn xtl_force_noiso(&mut self) -> XTL_FORCE_NOISO_W<'_, 26>

Bit 26

source

pub fn pll_force_noiso(&mut self) -> PLL_FORCE_NOISO_W<'_, 27>

Bit 27

source

pub fn analog_force_noiso(&mut self) -> ANALOG_FORCE_NOISO_W<'_, 28>

Bit 28

source

pub fn dg_wrap_force_rst(&mut self) -> DG_WRAP_FORCE_RST_W<'_, 29>

Bit 29 - digital wrap force reset in deep sleep

source

pub fn dg_wrap_force_norst(&mut self) -> DG_WRAP_FORCE_NORST_W<'_, 30>

Bit 30 - digital core force no reset in deep sleep

source

pub fn sw_sys_rst(&mut self) -> SW_SYS_RST_W<'_, 31>

Bit 31 - SW system reset

source

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self

Writes raw bits to the register.

Methods from Deref<Target = W<OPTIONS0_SPEC>>§

source

pub unsafe fn bits(&mut self, bits: REG::Ux) -> &mut Self

Writes raw bits to the register.

Safety

Read datasheet or reference manual to find what values are allowed to pass.

Trait Implementations§

source§

impl Deref for W

§

type Target = W<OPTIONS0_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl DerefMut for W

source§

fn deref_mut(&mut self) -> &mut Self::Target

Mutably dereferences the value.
source§

impl From<W<OPTIONS0_SPEC>> for W

source§

fn from(writer: W<OPTIONS0_SPEC>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl RefUnwindSafe for W

§

impl Send for W

§

impl Sync for W

§

impl Unpin for W

§

impl UnwindSafe for W

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.