[−][src]Struct esp32::rtccntl::options0::R
Register OPTIONS0 reader
Implementations
impl R[src]
pub fn sw_sys_rst(&self) -> SW_SYS_RST_R[src]
Bit 31
pub fn dg_wrap_force_norst(&self) -> DG_WRAP_FORCE_NORST_R[src]
Bit 30
pub fn dg_wrap_force_rst(&self) -> DG_WRAP_FORCE_RST_R[src]
Bit 29
pub fn analog_force_noiso(&self) -> ANALOG_FORCE_NOISO_R[src]
Bit 28
pub fn pll_force_noiso(&self) -> PLL_FORCE_NOISO_R[src]
Bit 27
pub fn xtl_force_noiso(&self) -> XTL_FORCE_NOISO_R[src]
Bit 26
pub fn analog_force_iso(&self) -> ANALOG_FORCE_ISO_R[src]
Bit 25
pub fn pll_force_iso(&self) -> PLL_FORCE_ISO_R[src]
Bit 24
pub fn xtl_force_iso(&self) -> XTL_FORCE_ISO_R[src]
Bit 23
pub fn bias_core_force_pu(&self) -> BIAS_CORE_FORCE_PU_R[src]
Bit 22
pub fn bias_core_force_pd(&self) -> BIAS_CORE_FORCE_PD_R[src]
Bit 21
pub fn bias_core_folw_8m(&self) -> BIAS_CORE_FOLW_8M_R[src]
Bit 20
pub fn bias_i2c_force_pu(&self) -> BIAS_I2C_FORCE_PU_R[src]
Bit 19
pub fn bias_i2c_force_pd(&self) -> BIAS_I2C_FORCE_PD_R[src]
Bit 18
pub fn bias_i2c_folw_8m(&self) -> BIAS_I2C_FOLW_8M_R[src]
Bit 17
pub fn bias_force_nosleep(&self) -> BIAS_FORCE_NOSLEEP_R[src]
Bit 16
pub fn bias_force_sleep(&self) -> BIAS_FORCE_SLEEP_R[src]
Bit 15
pub fn bias_sleep_folw_8m(&self) -> BIAS_SLEEP_FOLW_8M_R[src]
Bit 14
pub fn xtl_force_pu(&self) -> XTL_FORCE_PU_R[src]
Bit 13
pub fn xtl_force_pd(&self) -> XTL_FORCE_PD_R[src]
Bit 12
pub fn bbpll_force_pu(&self) -> BBPLL_FORCE_PU_R[src]
Bit 11
pub fn bbpll_force_pd(&self) -> BBPLL_FORCE_PD_R[src]
Bit 10
pub fn bbpll_i2c_force_pu(&self) -> BBPLL_I2C_FORCE_PU_R[src]
Bit 9
pub fn bbpll_i2c_force_pd(&self) -> BBPLL_I2C_FORCE_PD_R[src]
Bit 8
pub fn bb_i2c_force_pu(&self) -> BB_I2C_FORCE_PU_R[src]
Bit 7
pub fn bb_i2c_force_pd(&self) -> BB_I2C_FORCE_PD_R[src]
Bit 6
pub fn sw_procpu_rst(&self) -> SW_PROCPU_RST_R[src]
Bit 5
pub fn sw_appcpu_rst(&self) -> SW_APPCPU_RST_R[src]
Bit 4
pub fn sw_stall_procpu_c0(&self) -> SW_STALL_PROCPU_C0_R[src]
Bits 2:3
pub fn sw_stall_appcpu_c0(&self) -> SW_STALL_APPCPU_C0_R[src]
Bits 0:1
Methods from Deref<Target = R<OPTIONS0_SPEC>>
Trait Implementations
impl Deref for R[src]
type Target = R<OPTIONS0_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
impl From<R<OPTIONS0_SPEC>> for R[src]
fn from(reader: R<OPTIONS0_SPEC>) -> Self[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,