pub struct W(_);
Expand description
Register ANA_CONF
writer
Implementations
sourceimpl W
impl W
sourcepub fn plla_force_pd(&mut self) -> PLLA_FORCE_PD_W<'_, 23>
pub fn plla_force_pd(&mut self) -> PLLA_FORCE_PD_W<'_, 23>
Bit 23 - PLLA force power down
sourcepub fn plla_force_pu(&mut self) -> PLLA_FORCE_PU_W<'_, 24>
pub fn plla_force_pu(&mut self) -> PLLA_FORCE_PU_W<'_, 24>
Bit 24 - PLLA force power up
sourcepub fn bbpll_cal_slp_start(&mut self) -> BBPLL_CAL_SLP_START_W<'_, 25>
pub fn bbpll_cal_slp_start(&mut self) -> BBPLL_CAL_SLP_START_W<'_, 25>
Bit 25 - start BBPLL calibration during sleep
sourcepub fn pvtmon_pu(&mut self) -> PVTMON_PU_W<'_, 26>
pub fn pvtmon_pu(&mut self) -> PVTMON_PU_W<'_, 26>
Bit 26 - 1: PVTMON power up otherwise power down
sourcepub fn txrf_i2c_pu(&mut self) -> TXRF_I2C_PU_W<'_, 27>
pub fn txrf_i2c_pu(&mut self) -> TXRF_I2C_PU_W<'_, 27>
Bit 27 - 1: TXRF_I2C power up otherwise power down
sourcepub fn rfrx_pbus_pu(&mut self) -> RFRX_PBUS_PU_W<'_, 28>
pub fn rfrx_pbus_pu(&mut self) -> RFRX_PBUS_PU_W<'_, 28>
Bit 28 - 1: RFRX_PBUS power up otherwise power down
sourcepub fn ckgen_i2c_pu(&mut self) -> CKGEN_I2C_PU_W<'_, 30>
pub fn ckgen_i2c_pu(&mut self) -> CKGEN_I2C_PU_W<'_, 30>
Bit 30 - 1: CKGEN_I2C power up otherwise power down
sourcepub fn pll_i2c_pu(&mut self) -> PLL_I2C_PU_W<'_, 31>
pub fn pll_i2c_pu(&mut self) -> PLL_I2C_PU_W<'_, 31>
Bit 31 - 1: PLL_I2C power up otherwise power down
Methods from Deref<Target = W<ANA_CONF_SPEC>>
Trait Implementations
sourceimpl From<W<ANA_CONF_SPEC>> for W
impl From<W<ANA_CONF_SPEC>> for W
sourcefn from(writer: W<ANA_CONF_SPEC>) -> Self
fn from(writer: W<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