Struct esp32c2::rtc_cntl::int_st_rtc::W
source · pub struct W(_);Expand description
Register INT_ST_RTC writer
Implementations
sourceimpl W
impl W
sourcepub fn slp_wakeup_int_st(&mut self) -> SLP_WAKEUP_INT_ST_W<'_, 0>
pub fn slp_wakeup_int_st(&mut self) -> SLP_WAKEUP_INT_ST_W<'_, 0>
Bit 0 - sleep wakeup interrupt state
sourcepub fn slp_reject_int_st(&mut self) -> SLP_REJECT_INT_ST_W<'_, 1>
pub fn slp_reject_int_st(&mut self) -> SLP_REJECT_INT_ST_W<'_, 1>
Bit 1 - sleep reject interrupt state
sourcepub fn wdt_int_st(&mut self) -> WDT_INT_ST_W<'_, 3>
pub fn wdt_int_st(&mut self) -> WDT_INT_ST_W<'_, 3>
Bit 3 - RTC WDT interrupt state
sourcepub fn brown_out_int_st(&mut self) -> BROWN_OUT_INT_ST_W<'_, 9>
pub fn brown_out_int_st(&mut self) -> BROWN_OUT_INT_ST_W<'_, 9>
Bit 9 - brown out interrupt state
sourcepub fn main_timer_int_st(&mut self) -> MAIN_TIMER_INT_ST_W<'_, 10>
pub fn main_timer_int_st(&mut self) -> MAIN_TIMER_INT_ST_W<'_, 10>
Bit 10 - RTC main timer interrupt state
sourcepub fn swd_int_st(&mut self) -> SWD_INT_ST_W<'_, 15>
pub fn swd_int_st(&mut self) -> SWD_INT_ST_W<'_, 15>
Bit 15 - super watch dog interrupt state
sourcepub fn bbpll_cal_int_st(&mut self) -> BBPLL_CAL_INT_ST_W<'_, 20>
pub fn bbpll_cal_int_st(&mut self) -> BBPLL_CAL_INT_ST_W<'_, 20>
Bit 20 - Need add desc
Methods from Deref<Target = W<INT_ST_RTC_SPEC>>
Trait Implementations
sourceimpl From<W<INT_ST_RTC_SPEC>> for W
impl From<W<INT_ST_RTC_SPEC>> for W
sourcefn from(writer: W<INT_ST_RTC_SPEC>) -> Self
fn from(writer: W<INT_ST_RTC_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