pub struct R(_);
Expand description
Register STATE0
reader
Implementations
sourceimpl R
impl R
sourcepub fn sw_cpu_int(&self) -> SW_CPU_INT_R
pub fn sw_cpu_int(&self) -> SW_CPU_INT_R
Bit 0 - rtc software interrupt to main cpu
sourcepub fn slp_reject_cause_clr(&self) -> SLP_REJECT_CAUSE_CLR_R
pub fn slp_reject_cause_clr(&self) -> SLP_REJECT_CAUSE_CLR_R
Bit 1 - clear rtc sleep reject cause
sourcepub fn apb2rtc_bridge_sel(&self) -> APB2RTC_BRIDGE_SEL_R
pub fn apb2rtc_bridge_sel(&self) -> APB2RTC_BRIDGE_SEL_R
Bit 22 - 1: APB to RTC using bridge
sourcepub fn sdio_active_ind(&self) -> SDIO_ACTIVE_IND_R
pub fn sdio_active_ind(&self) -> SDIO_ACTIVE_IND_R
Bit 28 - SDIO active indication
sourcepub fn slp_wakeup(&self) -> SLP_WAKEUP_R
pub fn slp_wakeup(&self) -> SLP_WAKEUP_R
Bit 29 - leep wakeup bit
sourcepub fn slp_reject(&self) -> SLP_REJECT_R
pub fn slp_reject(&self) -> SLP_REJECT_R
Bit 30 - leep reject bit
sourcepub fn sleep_en(&self) -> SLEEP_EN_R
pub fn sleep_en(&self) -> SLEEP_EN_R
Bit 31 - sleep enable bit
Methods from Deref<Target = R<STATE0_SPEC>>
Trait Implementations
sourceimpl From<R<STATE0_SPEC>> for R
impl From<R<STATE0_SPEC>> for R
sourcefn from(reader: R<STATE0_SPEC>) -> Self
fn from(reader: R<STATE0_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more