pub struct R(_);
Expand description
Register INT_ST
reader
Implementations§
source§impl R
impl R
sourcepub fn slp_wakeup_int_st(&self) -> SLP_WAKEUP_INT_ST_R
pub fn slp_wakeup_int_st(&self) -> SLP_WAKEUP_INT_ST_R
Bit 0 - sleep wakeup interrupt state
sourcepub fn slp_reject_int_st(&self) -> SLP_REJECT_INT_ST_R
pub fn slp_reject_int_st(&self) -> SLP_REJECT_INT_ST_R
Bit 1 - sleep reject interrupt state
sourcepub fn sdio_idle_int_st(&self) -> SDIO_IDLE_INT_ST_R
pub fn sdio_idle_int_st(&self) -> SDIO_IDLE_INT_ST_R
Bit 2 - SDIO idle interrupt state
sourcepub fn wdt_int_st(&self) -> WDT_INT_ST_R
pub fn wdt_int_st(&self) -> WDT_INT_ST_R
Bit 3 - RTC WDT interrupt state
sourcepub fn time_valid_int_st(&self) -> TIME_VALID_INT_ST_R
pub fn time_valid_int_st(&self) -> TIME_VALID_INT_ST_R
Bit 4 - RTC time valid interrupt state
sourcepub fn sar_int_st(&self) -> SAR_INT_ST_R
pub fn sar_int_st(&self) -> SAR_INT_ST_R
Bit 5 - ULP-coprocessor interrupt state
sourcepub fn touch_int_st(&self) -> TOUCH_INT_ST_R
pub fn touch_int_st(&self) -> TOUCH_INT_ST_R
Bit 6 - touch interrupt state
sourcepub fn brown_out_int_st(&self) -> BROWN_OUT_INT_ST_R
pub fn brown_out_int_st(&self) -> BROWN_OUT_INT_ST_R
Bit 7 - brown out interrupt state
sourcepub fn main_timer_int_st(&self) -> MAIN_TIMER_INT_ST_R
pub fn main_timer_int_st(&self) -> MAIN_TIMER_INT_ST_R
Bit 8 - RTC main timer interrupt state
Methods from Deref<Target = R<INT_ST_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