Struct esp32c2_hal::pac::rtc_cntl::options0::R
pub struct R(_);
Expand description
Register OPTIONS0
reader
Implementations§
§impl R
impl R
pub fn sw_stall_procpu_c0(&self) -> FieldReaderRaw<u8, u8>
pub fn sw_stall_procpu_c0(&self) -> FieldReaderRaw<u8, u8>
Bits 2:3 - {reg_sw_stall_procpu_c1[5:0], reg_sw_stall_procpu_c0[1:0]} == 0x86 will stall PRO CPU
pub fn sw_procpu_rst(&self) -> BitReaderRaw<bool>
pub fn sw_procpu_rst(&self) -> BitReaderRaw<bool>
Bit 5 - PRO CPU SW reset
pub fn bb_i2c_force_pd(&self) -> BitReaderRaw<bool>
pub fn bb_i2c_force_pd(&self) -> BitReaderRaw<bool>
Bit 6 - BB_I2C force power down
pub fn bb_i2c_force_pu(&self) -> BitReaderRaw<bool>
pub fn bb_i2c_force_pu(&self) -> BitReaderRaw<bool>
Bit 7 - BB_I2C force power up
pub fn bbpll_i2c_force_pd(&self) -> BitReaderRaw<bool>
pub fn bbpll_i2c_force_pd(&self) -> BitReaderRaw<bool>
Bit 8 - BB_PLL _I2C force power down
pub fn bbpll_i2c_force_pu(&self) -> BitReaderRaw<bool>
pub fn bbpll_i2c_force_pu(&self) -> BitReaderRaw<bool>
Bit 9 - BB_PLL_I2C force power up
pub fn bbpll_force_pd(&self) -> BitReaderRaw<bool>
pub fn bbpll_force_pd(&self) -> BitReaderRaw<bool>
Bit 10 - BB_PLL force power down
pub fn bbpll_force_pu(&self) -> BitReaderRaw<bool>
pub fn bbpll_force_pu(&self) -> BitReaderRaw<bool>
Bit 11 - BB_PLL force power up
pub fn xtl_force_pd(&self) -> BitReaderRaw<bool>
pub fn xtl_force_pd(&self) -> BitReaderRaw<bool>
Bit 12 - crystall force power down
pub fn xtl_force_pu(&self) -> BitReaderRaw<bool>
pub fn xtl_force_pu(&self) -> BitReaderRaw<bool>
Bit 13 - crystall force power up
pub fn xtl_en_wait(&self) -> FieldReaderRaw<u8, u8>
pub fn xtl_en_wait(&self) -> FieldReaderRaw<u8, u8>
Bits 14:17 - wait bias_sleep and current source wakeup
pub fn xtl_ext_ctr_sel(&self) -> FieldReaderRaw<u8, u8>
pub fn xtl_ext_ctr_sel(&self) -> FieldReaderRaw<u8, u8>
Bits 20:22 - Need add desc
pub fn analog_force_iso(&self) -> BitReaderRaw<bool>
pub fn analog_force_iso(&self) -> BitReaderRaw<bool>
Bit 25 - Need add desc
pub fn analog_force_noiso(&self) -> BitReaderRaw<bool>
pub fn analog_force_noiso(&self) -> BitReaderRaw<bool>
Bit 28 - Need add desc
pub fn dg_wrap_force_rst(&self) -> BitReaderRaw<bool>
pub fn dg_wrap_force_rst(&self) -> BitReaderRaw<bool>
Bit 29 - digital wrap force reset in deep sleep
pub fn dg_wrap_force_norst(&self) -> BitReaderRaw<bool>
pub fn dg_wrap_force_norst(&self) -> BitReaderRaw<bool>
Bit 30 - digital core force no reset in deep sleep
pub fn sw_sys_rst(&self) -> BitReaderRaw<bool>
pub fn sw_sys_rst(&self) -> BitReaderRaw<bool>
Bit 31 - SW system reset
Methods from Deref<Target = R<OPTIONS0_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<OPTIONS0_SPEC>> for R
impl From<R<OPTIONS0_SPEC>> for R
§fn from(reader: R<OPTIONS0_SPEC>) -> R
fn from(reader: R<OPTIONS0_SPEC>) -> R
Converts to this type from the input type.