Enum stm32wlxx_hal::pac::iwdg::kr::KEY_AW
#[repr(u16)]pub enum KEY_AW {
Enable = 21_845,
Reset = 43_690,
Start = 52_428,
}
Available on crate feature
stm32wl5x_cm4
only.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 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