Struct esp32h2::lp_wdt::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock { /* private fields */ }
Expand description
Register block
Implementations§
source§impl RegisterBlock
impl RegisterBlock
sourcepub const fn wdtconfig0(&self) -> &WDTCONFIG0
pub const fn wdtconfig0(&self) -> &WDTCONFIG0
0x00 - need_des
sourcepub const fn wdtwprotect(&self) -> &WDTWPROTECT
pub const fn wdtwprotect(&self) -> &WDTWPROTECT
0x1c - need_des
sourcepub const fn swd_wprotect(&self) -> &SWD_WPROTECT
pub const fn swd_wprotect(&self) -> &SWD_WPROTECT
0x24 - need_des
sourcepub const fn int_st_rtc(&self) -> &INT_ST_RTC
pub const fn int_st_rtc(&self) -> &INT_ST_RTC
0x2c - need_des
sourcepub const fn int_ena_rtc(&self) -> &INT_ENA_RTC
pub const fn int_ena_rtc(&self) -> &INT_ENA_RTC
0x30 - need_des
sourcepub const fn int_clr_rtc(&self) -> &INT_CLR_RTC
pub const fn int_clr_rtc(&self) -> &INT_CLR_RTC
0x34 - need_des
Auto Trait Implementations§
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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