pub enum Register {
Config,
Resolution,
Count,
}Expand description
WatchdogServices device registers.
Variants§
Config
(RW) Used to configure the watchdog, set the mode, and temporarily suspend or resume the timer.
Resolution
(RO) Contains the resolution of the hardware timer in seconds.
Count
(RW) Used to specify expiration of the watchdog timer.
A recommended default value can be read after the device is reset and after the watchdog is disabled via the Config register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Register
impl RefUnwindSafe for Register
impl Send for Register
impl Sync for Register
impl Unpin for Register
impl UnwindSafe for Register
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