pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn wdt_restart(&self) -> &WdtRestart
pub const fn wdt_restart(&self) -> &WdtRestart
0x08 - Watchdog restart register
Sourcepub const fn wdt_raw_intr(&self) -> &WdtRawIntr
pub const fn wdt_raw_intr(&self) -> &WdtRawIntr
0x18 - Watchdog raw interrupt status
Sourcepub const fn wdt_lpif_state(&self) -> &WdtLpifState
pub const fn wdt_lpif_state(&self) -> &WdtLpifState
0x20 - Watchdog low power state
Sourcepub const fn wdt_status(&self) -> &WdtStatus
pub const fn wdt_status(&self) -> &WdtStatus
0x24 - Watchdog status
Sourcepub const fn wdt_ccvr_en(&self) -> &WdtCcvrEn
pub const fn wdt_ccvr_en(&self) -> &WdtCcvrEn
0x28 - Watchdog counter value request
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl !Sync for RegisterBlock
impl Send for RegisterBlock
impl Unpin for RegisterBlock
impl UnsafeUnpin 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