pub struct W(_);Expand description
Register STATE0 writer
Implementations§
source§impl W
impl W
sourcepub fn sw_cpu_int(&mut self) -> SW_CPU_INT_W<'_, 0>
pub fn sw_cpu_int(&mut self) -> SW_CPU_INT_W<'_, 0>
Bit 0 - rtc software interrupt to main cpu
sourcepub fn slp_reject_cause_clr(&mut self) -> SLP_REJECT_CAUSE_CLR_W<'_, 1>
pub fn slp_reject_cause_clr(&mut self) -> SLP_REJECT_CAUSE_CLR_W<'_, 1>
Bit 1 - clear rtc sleep reject cause
sourcepub fn apb2rtc_bridge_sel(&mut self) -> APB2RTC_BRIDGE_SEL_W<'_, 22>
pub fn apb2rtc_bridge_sel(&mut self) -> APB2RTC_BRIDGE_SEL_W<'_, 22>
Bit 22 - 1: APB to RTC using bridge
sourcepub fn sdio_active_ind(&mut self) -> SDIO_ACTIVE_IND_W<'_, 28>
pub fn sdio_active_ind(&mut self) -> SDIO_ACTIVE_IND_W<'_, 28>
Bit 28 - SDIO active indication
sourcepub fn slp_wakeup(&mut self) -> SLP_WAKEUP_W<'_, 29>
pub fn slp_wakeup(&mut self) -> SLP_WAKEUP_W<'_, 29>
Bit 29 - leep wakeup bit
sourcepub fn slp_reject(&mut self) -> SLP_REJECT_W<'_, 30>
pub fn slp_reject(&mut self) -> SLP_REJECT_W<'_, 30>
Bit 30 - leep reject bit
sourcepub fn sleep_en(&mut self) -> SLEEP_EN_W<'_, 31>
pub fn sleep_en(&mut self) -> SLEEP_EN_W<'_, 31>
Bit 31 - sleep enable bit
Methods from Deref<Target = W<STATE0_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