pub struct LP_WDT { /* private fields */ }
Implementations§
Source§impl LP_WDT
impl LP_WDT
Sourcepub const PTR: *const <LP_WDT as Deref>::Target = {0x600b1c00 as *const <esp32h2::LP_WDT as core::ops::Deref>::Target}
pub const PTR: *const <LP_WDT as Deref>::Target = {0x600b1c00 as *const <esp32h2::LP_WDT as core::ops::Deref>::Target}
Pointer to the register block
Methods from Deref<Target = RegisterBlock>§
Sourcepub fn wdtconfig0(&self) -> &Reg<WDTCONFIG0_SPEC>
pub fn wdtconfig0(&self) -> &Reg<WDTCONFIG0_SPEC>
0x00 - need_des
Sourcepub fn config1(&self) -> &Reg<CONFIG1_SPEC>
pub fn config1(&self) -> &Reg<CONFIG1_SPEC>
0x04 - need_des
Sourcepub fn config2(&self) -> &Reg<CONFIG2_SPEC>
pub fn config2(&self) -> &Reg<CONFIG2_SPEC>
0x08 - need_des
Sourcepub fn config3(&self) -> &Reg<CONFIG3_SPEC>
pub fn config3(&self) -> &Reg<CONFIG3_SPEC>
0x0c - need_des
Sourcepub fn config4(&self) -> &Reg<CONFIG4_SPEC>
pub fn config4(&self) -> &Reg<CONFIG4_SPEC>
0x10 - need_des
Sourcepub fn config5(&self) -> &Reg<CONFIG5_SPEC>
pub fn config5(&self) -> &Reg<CONFIG5_SPEC>
0x14 - need_des
Sourcepub fn wdtfeed(&self) -> &Reg<WDTFEED_SPEC>
pub fn wdtfeed(&self) -> &Reg<WDTFEED_SPEC>
0x18 - need_des
Sourcepub fn wdtwprotect(&self) -> &Reg<WDTWPROTECT_SPEC>
pub fn wdtwprotect(&self) -> &Reg<WDTWPROTECT_SPEC>
0x1c - need_des
Sourcepub fn swd_conf(&self) -> &Reg<SWD_CONF_SPEC>
pub fn swd_conf(&self) -> &Reg<SWD_CONF_SPEC>
0x20 - need_des
Sourcepub fn swd_wprotect(&self) -> &Reg<SWD_WPROTECT_SPEC>
pub fn swd_wprotect(&self) -> &Reg<SWD_WPROTECT_SPEC>
0x24 - need_des
Sourcepub fn int_raw(&self) -> &Reg<INT_RAW_SPEC>
pub fn int_raw(&self) -> &Reg<INT_RAW_SPEC>
0x28 - need_des
Sourcepub fn int_st_rtc(&self) -> &Reg<INT_ST_RTC_SPEC>
pub fn int_st_rtc(&self) -> &Reg<INT_ST_RTC_SPEC>
0x2c - need_des
Sourcepub fn int_ena_rtc(&self) -> &Reg<INT_ENA_RTC_SPEC>
pub fn int_ena_rtc(&self) -> &Reg<INT_ENA_RTC_SPEC>
0x30 - need_des
Sourcepub fn int_clr_rtc(&self) -> &Reg<INT_CLR_RTC_SPEC>
pub fn int_clr_rtc(&self) -> &Reg<INT_CLR_RTC_SPEC>
0x34 - need_des
Trait Implementations§
Source§impl Peripheral for LP_WDT
impl Peripheral for LP_WDT
Auto Trait Implementations§
impl Freeze for LP_WDT
impl RefUnwindSafe for LP_WDT
impl Send for LP_WDT
impl Sync for LP_WDT
impl Unpin for LP_WDT
impl UnwindSafe for LP_WDT
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