pub struct R(_);
Expand description
Register LP_RST_EN
reader
Implementations§
source§impl R
impl R
sourcepub fn aon_efuse_core_reset_en(&self) -> AON_EFUSE_CORE_RESET_EN_R
pub fn aon_efuse_core_reset_en(&self) -> AON_EFUSE_CORE_RESET_EN_R
Bit 28 - need_des
sourcepub fn lp_timer_reset_en(&self) -> LP_TIMER_RESET_EN_R
pub fn lp_timer_reset_en(&self) -> LP_TIMER_RESET_EN_R
Bit 29 - need_des
sourcepub fn wdt_reset_en(&self) -> WDT_RESET_EN_R
pub fn wdt_reset_en(&self) -> WDT_RESET_EN_R
Bit 30 - need_des
sourcepub fn ana_peri_reset_en(&self) -> ANA_PERI_RESET_EN_R
pub fn ana_peri_reset_en(&self) -> ANA_PERI_RESET_EN_R
Bit 31 - need_des
Methods from Deref<Target = R<LP_RST_EN_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