Struct esp32c2_hal::pac::rtc_cntl::state0::R
pub struct R(_);
Expand description
Register STATE0
reader
Implementations
impl R
impl R
pub fn sw_cpu_int(&self) -> BitReaderRaw<bool>
pub fn sw_cpu_int(&self) -> BitReaderRaw<bool>
Bit 0 - rtc software interrupt to main cpu
pub fn slp_reject_cause_clr(&self) -> BitReaderRaw<bool>
pub fn slp_reject_cause_clr(&self) -> BitReaderRaw<bool>
Bit 1 - clear rtc sleep reject cause
pub fn apb2rtc_bridge_sel(&self) -> BitReaderRaw<bool>
pub fn apb2rtc_bridge_sel(&self) -> BitReaderRaw<bool>
Bit 22 - 1: APB to RTC using bridge
pub fn sdio_active_ind(&self) -> BitReaderRaw<bool>
pub fn sdio_active_ind(&self) -> BitReaderRaw<bool>
Bit 28 - SDIO active indication
pub fn slp_wakeup(&self) -> BitReaderRaw<bool>
pub fn slp_wakeup(&self) -> BitReaderRaw<bool>
Bit 29 - leep wakeup bit
pub fn slp_reject(&self) -> BitReaderRaw<bool>
pub fn slp_reject(&self) -> BitReaderRaw<bool>
Bit 30 - leep reject bit
Methods from Deref<Target = R<STATE0_SPEC>>
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
impl From<R<STATE0_SPEC>> for R
impl From<R<STATE0_SPEC>> for R
fn from(reader: R<STATE0_SPEC>) -> R
fn from(reader: R<STATE0_SPEC>) -> R
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