Struct esp32::rtc_cntl::options0::R

source ·
pub struct R(_);
Expand description

Register OPTIONS0 reader

Implementations§

source§

impl R

source

pub fn sw_stall_appcpu_c0(&self) -> SW_STALL_APPCPU_C0_R

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(&self) -> SW_STALL_PROCPU_C0_R

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 bb_i2c_force_pd(&self) -> BB_I2C_FORCE_PD_R

Bit 6 - BB_I2C force power down

source

pub fn bb_i2c_force_pu(&self) -> BB_I2C_FORCE_PU_R

Bit 7 - BB_I2C force power up

source

pub fn bbpll_i2c_force_pd(&self) -> BBPLL_I2C_FORCE_PD_R

Bit 8 - BB_PLL _I2C force power down

source

pub fn bbpll_i2c_force_pu(&self) -> BBPLL_I2C_FORCE_PU_R

Bit 9 - BB_PLL_I2C force power up

source

pub fn bbpll_force_pd(&self) -> BBPLL_FORCE_PD_R

Bit 10 - BB_PLL force power down

source

pub fn bbpll_force_pu(&self) -> BBPLL_FORCE_PU_R

Bit 11 - BB_PLL force power up

source

pub fn xtl_force_pd(&self) -> XTL_FORCE_PD_R

Bit 12 - crystall force power down

source

pub fn xtl_force_pu(&self) -> XTL_FORCE_PU_R

Bit 13 - crystall force power up

source

pub fn bias_sleep_folw_8m(&self) -> BIAS_SLEEP_FOLW_8M_R

Bit 14 - BIAS_SLEEP follow CK8M

source

pub fn bias_force_sleep(&self) -> BIAS_FORCE_SLEEP_R

Bit 15 - BIAS_SLEEP force sleep

source

pub fn bias_force_nosleep(&self) -> BIAS_FORCE_NOSLEEP_R

Bit 16 - BIAS_SLEEP force no sleep

source

pub fn bias_i2c_folw_8m(&self) -> BIAS_I2C_FOLW_8M_R

Bit 17 - BIAS_I2C follow CK8M

source

pub fn bias_i2c_force_pd(&self) -> BIAS_I2C_FORCE_PD_R

Bit 18 - BIAS_I2C force power down

source

pub fn bias_i2c_force_pu(&self) -> BIAS_I2C_FORCE_PU_R

Bit 19 - BIAS_I2C force power up

source

pub fn bias_core_folw_8m(&self) -> BIAS_CORE_FOLW_8M_R

Bit 20 - BIAS_CORE follow CK8M

source

pub fn bias_core_force_pd(&self) -> BIAS_CORE_FORCE_PD_R

Bit 21 - BIAS_CORE force power down

source

pub fn bias_core_force_pu(&self) -> BIAS_CORE_FORCE_PU_R

Bit 22 - BIAS_CORE force power up

source

pub fn xtl_force_iso(&self) -> XTL_FORCE_ISO_R

Bit 23

source

pub fn pll_force_iso(&self) -> PLL_FORCE_ISO_R

Bit 24

source

pub fn analog_force_iso(&self) -> ANALOG_FORCE_ISO_R

Bit 25

source

pub fn xtl_force_noiso(&self) -> XTL_FORCE_NOISO_R

Bit 26

source

pub fn pll_force_noiso(&self) -> PLL_FORCE_NOISO_R

Bit 27

source

pub fn analog_force_noiso(&self) -> ANALOG_FORCE_NOISO_R

Bit 28

source

pub fn dg_wrap_force_rst(&self) -> DG_WRAP_FORCE_RST_R

Bit 29 - digital wrap force reset in deep sleep

source

pub fn dg_wrap_force_norst(&self) -> DG_WRAP_FORCE_NORST_R

Bit 30 - digital core force no reset in deep sleep

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

source

pub fn bits(&self) -> REG::Ux

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<OPTIONS0_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<OPTIONS0_SPEC>> for R

source§

fn from(reader: R<OPTIONS0_SPEC>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl RefUnwindSafe for R

§

impl Send for R

§

impl Sync for R

§

impl Unpin for R

§

impl UnwindSafe for R

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.