pub struct R(_);
Expand description
Register ANA_CONF
reader
Implementations§
§impl R
impl R
pub fn plla_force_pd(&self) -> BitReaderRaw<bool>
pub fn plla_force_pd(&self) -> BitReaderRaw<bool>
Bit 23 - PLLA force power down
pub fn plla_force_pu(&self) -> BitReaderRaw<bool>
pub fn plla_force_pu(&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 - 1: PLL_I2C power up otherwise power down
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.