pub struct R(_);
Expand description
Register INT_RAW
reader
Implementations§
source§impl R
impl R
sourcepub fn slp_wakeup_int_raw(&self) -> SLP_WAKEUP_INT_RAW_R
pub fn slp_wakeup_int_raw(&self) -> SLP_WAKEUP_INT_RAW_R
Bit 0 - sleep wakeup interrupt raw
sourcepub fn slp_reject_int_raw(&self) -> SLP_REJECT_INT_RAW_R
pub fn slp_reject_int_raw(&self) -> SLP_REJECT_INT_RAW_R
Bit 1 - sleep reject interrupt raw
sourcepub fn sdio_idle_int_raw(&self) -> SDIO_IDLE_INT_RAW_R
pub fn sdio_idle_int_raw(&self) -> SDIO_IDLE_INT_RAW_R
Bit 2 - SDIO idle interrupt raw
sourcepub fn wdt_int_raw(&self) -> WDT_INT_RAW_R
pub fn wdt_int_raw(&self) -> WDT_INT_RAW_R
Bit 3 - RTC WDT interrupt raw
sourcepub fn time_valid_int_raw(&self) -> TIME_VALID_INT_RAW_R
pub fn time_valid_int_raw(&self) -> TIME_VALID_INT_RAW_R
Bit 4 - RTC time valid interrupt raw
sourcepub fn ulp_cp_int_raw(&self) -> ULP_CP_INT_RAW_R
pub fn ulp_cp_int_raw(&self) -> ULP_CP_INT_RAW_R
Bit 5 - ULP-coprocessor interrupt raw
sourcepub fn touch_int_raw(&self) -> TOUCH_INT_RAW_R
pub fn touch_int_raw(&self) -> TOUCH_INT_RAW_R
Bit 6 - touch interrupt raw
sourcepub fn brown_out_int_raw(&self) -> BROWN_OUT_INT_RAW_R
pub fn brown_out_int_raw(&self) -> BROWN_OUT_INT_RAW_R
Bit 7 - brown out interrupt raw
sourcepub fn main_timer_int_raw(&self) -> MAIN_TIMER_INT_RAW_R
pub fn main_timer_int_raw(&self) -> MAIN_TIMER_INT_RAW_R
Bit 8 - RTC main timer interrupt raw
Methods from Deref<Target = R<INT_RAW_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