Struct esp32h2::pmu::hp_active_bias::R
source · pub struct R(_);
Expand description
Register HP_ACTIVE_BIAS
reader
Implementations§
source§impl R
impl R
sourcepub fn hp_active_xpd_trx(&self) -> HP_ACTIVE_XPD_TRX_R
pub fn hp_active_xpd_trx(&self) -> HP_ACTIVE_XPD_TRX_R
Bit 24 - need_des
sourcepub fn hp_active_xpd_bias(&self) -> HP_ACTIVE_XPD_BIAS_R
pub fn hp_active_xpd_bias(&self) -> HP_ACTIVE_XPD_BIAS_R
Bit 25 - need_des
sourcepub fn hp_active_pd_cur(&self) -> HP_ACTIVE_PD_CUR_R
pub fn hp_active_pd_cur(&self) -> HP_ACTIVE_PD_CUR_R
Bit 30 - need_des
Methods from Deref<Target = R<HP_ACTIVE_BIAS_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