pub struct W(_);
Expand description
Register LP_RST_EN
writer
Implementations§
source§impl W
impl W
sourcepub fn aon_efuse_core_reset_en(&mut self) -> AON_EFUSE_CORE_RESET_EN_W<'_, 28>
pub fn aon_efuse_core_reset_en(&mut self) -> AON_EFUSE_CORE_RESET_EN_W<'_, 28>
Bit 28 - need_des
sourcepub fn lp_timer_reset_en(&mut self) -> LP_TIMER_RESET_EN_W<'_, 29>
pub fn lp_timer_reset_en(&mut self) -> LP_TIMER_RESET_EN_W<'_, 29>
Bit 29 - need_des
sourcepub fn wdt_reset_en(&mut self) -> WDT_RESET_EN_W<'_, 30>
pub fn wdt_reset_en(&mut self) -> WDT_RESET_EN_W<'_, 30>
Bit 30 - need_des
sourcepub fn ana_peri_reset_en(&mut self) -> ANA_PERI_RESET_EN_W<'_, 31>
pub fn ana_peri_reset_en(&mut self) -> ANA_PERI_RESET_EN_W<'_, 31>
Bit 31 - need_des
Methods from Deref<Target = W<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