#[repr(u16)]pub enum KEY_AW {
ENABLE = 21_845,
RESET = 43_690,
START = 52_428,
}
Expand description
Key value (write only, read 0x0000)
Value on reset: 0
Variants§
ENABLE = 21_845
21845: Enable access to PR, RLR and WINR registers (0x5555)
RESET = 43_690
43690: Reset the watchdog value (0xAAAA)
START = 52_428
52428: Start the watchdog (0xCCCC)
Trait Implementations§
impl Copy for KEY_AW
impl StructuralPartialEq for KEY_AW
Auto Trait Implementations§
impl Freeze for KEY_AW
impl RefUnwindSafe for KEY_AW
impl Send for KEY_AW
impl Sync for KEY_AW
impl Unpin for KEY_AW
impl UnwindSafe for KEY_AW
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