pub struct R(_);Expand description
Register STATE0 reader
Implementations§
source§impl R
impl R
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 0: APB to RTC using sync
sourcepub fn sdio_active_ind(&self) -> SDIO_ACTIVE_IND_R
pub fn sdio_active_ind(&self) -> SDIO_ACTIVE_IND_R
Bit 28 - Indicates the SDIO is active.
sourcepub fn slp_wakeup(&self) -> SLP_WAKEUP_R
pub fn slp_wakeup(&self) -> SLP_WAKEUP_R
Bit 29 - Sleep wakeup bit.
sourcepub fn slp_reject(&self) -> SLP_REJECT_R
pub fn slp_reject(&self) -> SLP_REJECT_R
Bit 30 - Sleep reject bit.
sourcepub fn sleep_en(&self) -> SLEEP_EN_R
pub fn sleep_en(&self) -> SLEEP_EN_R
Bit 31 - Sends the chip to sleep.
Methods from Deref<Target = R<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