Struct esp32s3_hal::pac::rtc_cntl::int_ena_rtc::R
pub struct R(_);
Expand description
Register INT_ENA_RTC
reader
Implementations§
§impl R
impl R
pub fn slp_wakeup_int_ena(&self) -> BitReaderRaw<bool>
pub fn slp_wakeup_int_ena(&self) -> BitReaderRaw<bool>
Bit 0 - enable sleep wakeup interrupt
pub fn slp_reject_int_ena(&self) -> BitReaderRaw<bool>
pub fn slp_reject_int_ena(&self) -> BitReaderRaw<bool>
Bit 1 - enable sleep reject interrupt
pub fn sdio_idle_int_ena(&self) -> BitReaderRaw<bool>
pub fn sdio_idle_int_ena(&self) -> BitReaderRaw<bool>
Bit 2 - enable SDIO idle interrupt
pub fn wdt_int_ena(&self) -> BitReaderRaw<bool>
pub fn wdt_int_ena(&self) -> BitReaderRaw<bool>
Bit 3 - enable RTC WDT interrupt
pub fn touch_scan_done_int_ena(&self) -> BitReaderRaw<bool>
pub fn touch_scan_done_int_ena(&self) -> BitReaderRaw<bool>
Bit 4 - enable touch scan done interrupt
pub fn ulp_cp_int_ena(&self) -> BitReaderRaw<bool>
pub fn ulp_cp_int_ena(&self) -> BitReaderRaw<bool>
Bit 5 - enable ULP-coprocessor interrupt
pub fn touch_done_int_ena(&self) -> BitReaderRaw<bool>
pub fn touch_done_int_ena(&self) -> BitReaderRaw<bool>
Bit 6 - enable touch done interrupt
pub fn touch_active_int_ena(&self) -> BitReaderRaw<bool>
pub fn touch_active_int_ena(&self) -> BitReaderRaw<bool>
Bit 7 - enable touch active interrupt
pub fn touch_inactive_int_ena(&self) -> BitReaderRaw<bool>
pub fn touch_inactive_int_ena(&self) -> BitReaderRaw<bool>
Bit 8 - enable touch inactive interrupt
pub fn brown_out_int_ena(&self) -> BitReaderRaw<bool>
pub fn brown_out_int_ena(&self) -> BitReaderRaw<bool>
Bit 9 - enable brown out interrupt
pub fn main_timer_int_ena(&self) -> BitReaderRaw<bool>
pub fn main_timer_int_ena(&self) -> BitReaderRaw<bool>
Bit 10 - enable RTC main timer interrupt
pub fn saradc1_int_ena(&self) -> BitReaderRaw<bool>
pub fn saradc1_int_ena(&self) -> BitReaderRaw<bool>
Bit 11 - enable saradc1 interrupt
pub fn tsens_int_ena(&self) -> BitReaderRaw<bool>
pub fn tsens_int_ena(&self) -> BitReaderRaw<bool>
Bit 12 - enable tsens interrupt
pub fn cocpu_int_ena(&self) -> BitReaderRaw<bool>
pub fn cocpu_int_ena(&self) -> BitReaderRaw<bool>
Bit 13 - enable riscV cocpu interrupt
pub fn saradc2_int_ena(&self) -> BitReaderRaw<bool>
pub fn saradc2_int_ena(&self) -> BitReaderRaw<bool>
Bit 14 - enable saradc2 interrupt
pub fn swd_int_ena(&self) -> BitReaderRaw<bool>
pub fn swd_int_ena(&self) -> BitReaderRaw<bool>
Bit 15 - enable super watch dog interrupt
pub fn xtal32k_dead_int_ena(&self) -> BitReaderRaw<bool>
pub fn xtal32k_dead_int_ena(&self) -> BitReaderRaw<bool>
Bit 16 - enable xtal32k_dead interrupt
pub fn cocpu_trap_int_ena(&self) -> BitReaderRaw<bool>
pub fn cocpu_trap_int_ena(&self) -> BitReaderRaw<bool>
Bit 17 - enable cocpu trap interrupt
pub fn touch_timeout_int_ena(&self) -> BitReaderRaw<bool>
pub fn touch_timeout_int_ena(&self) -> BitReaderRaw<bool>
Bit 18 - enable touch timeout interrupt
pub fn glitch_det_int_ena(&self) -> BitReaderRaw<bool>
pub fn glitch_det_int_ena(&self) -> BitReaderRaw<bool>
Bit 19 - enbale gitch det interrupt
pub fn touch_approach_loop_done_int_ena(&self) -> BitReaderRaw<bool>
pub fn touch_approach_loop_done_int_ena(&self) -> BitReaderRaw<bool>
Bit 20 - touch approach mode loop interrupt
Methods from Deref<Target = R<INT_ENA_RTC_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.