Struct esp32c6::pmu::hp_sleep_lp_regulator0::R
source · pub struct R(_);Expand description
Register HP_SLEEP_LP_REGULATOR0 reader
Implementations§
source§impl R
impl R
sourcepub fn hp_sleep_lp_regulator_slp_xpd(&self) -> HP_SLEEP_LP_REGULATOR_SLP_XPD_R
pub fn hp_sleep_lp_regulator_slp_xpd(&self) -> HP_SLEEP_LP_REGULATOR_SLP_XPD_R
Bit 21 - need_des
sourcepub fn hp_sleep_lp_regulator_xpd(&self) -> HP_SLEEP_LP_REGULATOR_XPD_R
pub fn hp_sleep_lp_regulator_xpd(&self) -> HP_SLEEP_LP_REGULATOR_XPD_R
Bit 22 - need_des
sourcepub fn hp_sleep_lp_regulator_slp_dbias(
&self
) -> HP_SLEEP_LP_REGULATOR_SLP_DBIAS_R
pub fn hp_sleep_lp_regulator_slp_dbias( &self ) -> HP_SLEEP_LP_REGULATOR_SLP_DBIAS_R
Bits 23:26 - need_des
sourcepub fn hp_sleep_lp_regulator_dbias(&self) -> HP_SLEEP_LP_REGULATOR_DBIAS_R
pub fn hp_sleep_lp_regulator_dbias(&self) -> HP_SLEEP_LP_REGULATOR_DBIAS_R
Bits 27:31 - need_des
Methods from Deref<Target = R<HP_SLEEP_LP_REGULATOR0_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