pub struct W(_);Expand description
Register INT_ENA_RTC writer
Implementations
sourceimpl W
impl W
sourcepub fn slp_wakeup_int_ena(&mut self) -> SLP_WAKEUP_INT_ENA_W<'_, 0>
pub fn slp_wakeup_int_ena(&mut self) -> SLP_WAKEUP_INT_ENA_W<'_, 0>
Bit 0 - enable sleep wakeup interrupt
sourcepub fn slp_reject_int_ena(&mut self) -> SLP_REJECT_INT_ENA_W<'_, 1>
pub fn slp_reject_int_ena(&mut self) -> SLP_REJECT_INT_ENA_W<'_, 1>
Bit 1 - enable sleep reject interrupt
sourcepub fn rtc_wdt_int_ena(&mut self) -> RTC_WDT_INT_ENA_W<'_, 3>
pub fn rtc_wdt_int_ena(&mut self) -> RTC_WDT_INT_ENA_W<'_, 3>
Bit 3 - enable RTC WDT interrupt
sourcepub fn rtc_brown_out_int_ena(&mut self) -> RTC_BROWN_OUT_INT_ENA_W<'_, 9>
pub fn rtc_brown_out_int_ena(&mut self) -> RTC_BROWN_OUT_INT_ENA_W<'_, 9>
Bit 9 - enable brown out interrupt
sourcepub fn rtc_main_timer_int_ena(&mut self) -> RTC_MAIN_TIMER_INT_ENA_W<'_, 10>
pub fn rtc_main_timer_int_ena(&mut self) -> RTC_MAIN_TIMER_INT_ENA_W<'_, 10>
Bit 10 - enable RTC main timer interrupt
sourcepub fn rtc_swd_int_ena(&mut self) -> RTC_SWD_INT_ENA_W<'_, 15>
pub fn rtc_swd_int_ena(&mut self) -> RTC_SWD_INT_ENA_W<'_, 15>
Bit 15 - enable super watch dog interrupt
sourcepub fn rtc_bbpll_cal_int_ena(&mut self) -> RTC_BBPLL_CAL_INT_ENA_W<'_, 20>
pub fn rtc_bbpll_cal_int_ena(&mut self) -> RTC_BBPLL_CAL_INT_ENA_W<'_, 20>
Bit 20 - Need add desc
Methods from Deref<Target = W<INT_ENA_RTC_SPEC>>
Trait Implementations
sourceimpl From<W<INT_ENA_RTC_SPEC>> for W
impl From<W<INT_ENA_RTC_SPEC>> for W
sourcefn from(writer: W<INT_ENA_RTC_SPEC>) -> Self
fn from(writer: W<INT_ENA_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