Struct esp32s3_hal::pac::rtc_cntl::ana_conf::R
pub struct R(_);
Expand description
Register ANA_CONF
reader
Implementations
impl R
impl R
pub fn i2c_reset_por_force_pd(&self) -> BitReaderRaw<bool>
pub fn i2c_reset_por_force_pd(&self) -> BitReaderRaw<bool>
Bit 18 - force down I2C_RESET_POR
pub fn i2c_reset_por_force_pu(&self) -> BitReaderRaw<bool>
pub fn i2c_reset_por_force_pu(&self) -> BitReaderRaw<bool>
Bit 19 - force on I2C_RESET_POR
pub fn glitch_rst_en(&self) -> BitReaderRaw<bool>
pub fn glitch_rst_en(&self) -> BitReaderRaw<bool>
Bit 20 - enable clk glitch
pub fn sar_i2c_pu(&self) -> BitReaderRaw<bool>
pub fn sar_i2c_pu(&self) -> BitReaderRaw<bool>
Bit 22 - PLLA force power up
pub fn analog_top_iso_sleep(&self) -> BitReaderRaw<bool>
pub fn analog_top_iso_sleep(&self) -> BitReaderRaw<bool>
Bit 23 - PLLA force power down
pub fn analog_top_iso_monitor(&self) -> BitReaderRaw<bool>
pub fn analog_top_iso_monitor(&self) -> BitReaderRaw<bool>
Bit 24 - PLLA force power up
pub fn bbpll_cal_slp_start(&self) -> BitReaderRaw<bool>
pub fn bbpll_cal_slp_start(&self) -> BitReaderRaw<bool>
Bit 25 - start BBPLL calibration during sleep
pub fn txrf_i2c_pu(&self) -> BitReaderRaw<bool>
pub fn txrf_i2c_pu(&self) -> BitReaderRaw<bool>
Bit 27 - 1: TXRF_I2C power up, otherwise power down
pub fn rfrx_pbus_pu(&self) -> BitReaderRaw<bool>
pub fn rfrx_pbus_pu(&self) -> BitReaderRaw<bool>
Bit 28 - 1: RFRX_PBUS power up, otherwise power down
pub fn ckgen_i2c_pu(&self) -> BitReaderRaw<bool>
pub fn ckgen_i2c_pu(&self) -> BitReaderRaw<bool>
Bit 30 - 1: CKGEN_I2C power up, otherwise power down
pub fn pll_i2c_pu(&self) -> BitReaderRaw<bool>
pub fn pll_i2c_pu(&self) -> BitReaderRaw<bool>
Bit 31 - power on pll i2c
Methods from Deref<Target = R<ANA_CONF_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<ANA_CONF_SPEC>> for R
impl From<R<ANA_CONF_SPEC>> for R
fn from(reader: R<ANA_CONF_SPEC>) -> R
fn from(reader: R<ANA_CONF_SPEC>) -> R
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more