Struct esp32h2::pmu::lp_sleep_lp_ck_power::R
source · pub struct R(_);
Expand description
Register LP_SLEEP_LP_CK_POWER
reader
Implementations§
source§impl R
impl R
sourcepub fn lp_sleep_xpd_lppll(&self) -> LP_SLEEP_XPD_LPPLL_R
pub fn lp_sleep_xpd_lppll(&self) -> LP_SLEEP_XPD_LPPLL_R
Bit 27 - need_des
sourcepub fn lp_sleep_xpd_xtal32k(&self) -> LP_SLEEP_XPD_XTAL32K_R
pub fn lp_sleep_xpd_xtal32k(&self) -> LP_SLEEP_XPD_XTAL32K_R
Bit 28 - need_des
sourcepub fn lp_sleep_xpd_rc32k(&self) -> LP_SLEEP_XPD_RC32K_R
pub fn lp_sleep_xpd_rc32k(&self) -> LP_SLEEP_XPD_RC32K_R
Bit 29 - need_des
sourcepub fn lp_sleep_xpd_fosc_clk(&self) -> LP_SLEEP_XPD_FOSC_CLK_R
pub fn lp_sleep_xpd_fosc_clk(&self) -> LP_SLEEP_XPD_FOSC_CLK_R
Bit 30 - need_des
sourcepub fn lp_sleep_pd_osc_clk(&self) -> LP_SLEEP_PD_OSC_CLK_R
pub fn lp_sleep_pd_osc_clk(&self) -> LP_SLEEP_PD_OSC_CLK_R
Bit 31 - need_des
Methods from Deref<Target = R<LP_SLEEP_LP_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