pub struct R(_);
Expand description
Register ANA_CONF
reader
Implementations
sourceimpl R
impl R
sourcepub fn i2c_reset_por_force_pd(&self) -> I2C_RESET_POR_FORCE_PD_R
pub fn i2c_reset_por_force_pd(&self) -> I2C_RESET_POR_FORCE_PD_R
Bit 18 - force down I2C_RESET_POR
sourcepub fn i2c_reset_por_force_pu(&self) -> I2C_RESET_POR_FORCE_PU_R
pub fn i2c_reset_por_force_pu(&self) -> I2C_RESET_POR_FORCE_PU_R
Bit 19 - force on I2C_RESET_POR
sourcepub fn glitch_rst_en(&self) -> GLITCH_RST_EN_R
pub fn glitch_rst_en(&self) -> GLITCH_RST_EN_R
Bit 20 - enable clk glitch
sourcepub fn sar_i2c_pu(&self) -> SAR_I2C_PU_R
pub fn sar_i2c_pu(&self) -> SAR_I2C_PU_R
Bit 22 - PLLA force power up
sourcepub fn analog_top_iso_sleep(&self) -> ANALOG_TOP_ISO_SLEEP_R
pub fn analog_top_iso_sleep(&self) -> ANALOG_TOP_ISO_SLEEP_R
Bit 23 - PLLA force power down
sourcepub fn analog_top_iso_monitor(&self) -> ANALOG_TOP_ISO_MONITOR_R
pub fn analog_top_iso_monitor(&self) -> ANALOG_TOP_ISO_MONITOR_R
Bit 24 - PLLA force power up
sourcepub fn bbpll_cal_slp_start(&self) -> BBPLL_CAL_SLP_START_R
pub fn bbpll_cal_slp_start(&self) -> BBPLL_CAL_SLP_START_R
Bit 25 - start BBPLL calibration during sleep
sourcepub fn pvtmon_pu(&self) -> PVTMON_PU_R
pub fn pvtmon_pu(&self) -> PVTMON_PU_R
Bit 26 - 1: PVTMON power up, otherwise power down
sourcepub fn txrf_i2c_pu(&self) -> TXRF_I2C_PU_R
pub fn txrf_i2c_pu(&self) -> TXRF_I2C_PU_R
Bit 27 - 1: TXRF_I2C power up, otherwise power down
sourcepub fn rfrx_pbus_pu(&self) -> RFRX_PBUS_PU_R
pub fn rfrx_pbus_pu(&self) -> RFRX_PBUS_PU_R
Bit 28 - 1: RFRX_PBUS power up, otherwise power down
sourcepub fn ckgen_i2c_pu(&self) -> CKGEN_I2C_PU_R
pub fn ckgen_i2c_pu(&self) -> CKGEN_I2C_PU_R
Bit 30 - 1: CKGEN_I2C power up, otherwise power down
sourcepub fn pll_i2c_pu(&self) -> PLL_I2C_PU_R
pub fn pll_i2c_pu(&self) -> PLL_I2C_PU_R
Bit 31 - power on pll i2c
Methods from Deref<Target = R<ANA_CONF_SPEC>>
Trait Implementations
sourceimpl From<R<ANA_CONF_SPEC>> for R
impl From<R<ANA_CONF_SPEC>> for R
sourcefn from(reader: R<ANA_CONF_SPEC>) -> Self
fn from(reader: R<ANA_CONF_SPEC>) -> Self
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