Struct esp32c6::pmu::hp_modem_hp_ck_power::R
source · pub struct R(_);Expand description
Register HP_MODEM_HP_CK_POWER reader
Implementations§
source§impl R
impl R
sourcepub fn hp_modem_i2c_iso_en(&self) -> HP_MODEM_I2C_ISO_EN_R
pub fn hp_modem_i2c_iso_en(&self) -> HP_MODEM_I2C_ISO_EN_R
Bit 26 - need_des
sourcepub fn hp_modem_i2c_retention(&self) -> HP_MODEM_I2C_RETENTION_R
pub fn hp_modem_i2c_retention(&self) -> HP_MODEM_I2C_RETENTION_R
Bit 27 - need_des
sourcepub fn hp_modem_xpd_bb_i2c(&self) -> HP_MODEM_XPD_BB_I2C_R
pub fn hp_modem_xpd_bb_i2c(&self) -> HP_MODEM_XPD_BB_I2C_R
Bit 28 - need_des
sourcepub fn hp_modem_xpd_bbpll_i2c(&self) -> HP_MODEM_XPD_BBPLL_I2C_R
pub fn hp_modem_xpd_bbpll_i2c(&self) -> HP_MODEM_XPD_BBPLL_I2C_R
Bit 29 - need_des
sourcepub fn hp_modem_xpd_bbpll(&self) -> HP_MODEM_XPD_BBPLL_R
pub fn hp_modem_xpd_bbpll(&self) -> HP_MODEM_XPD_BBPLL_R
Bit 30 - need_des
Methods from Deref<Target = R<HP_MODEM_HP_CK_POWER_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more