pub enum KEYW {
ENABLE,
RESET,
START,
}
Expand description
Values that can be written to the field KEY
Variants§
ENABLE
Enable access to PR, RLR and WINR registers (0x5555)
RESET
Reset the watchdog value (0xAAAA)
START
Start the watchdog (0xCCCC)
Auto Trait Implementations§
impl Freeze for KEYW
impl RefUnwindSafe for KEYW
impl Send for KEYW
impl Sync for KEYW
impl Unpin for KEYW
impl UnwindSafe for KEYW
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