Enum stm32wlxx_hal::pac::rtc::wpr::KEY_AW
#[repr(u8)]pub enum KEY_AW {
Activate = 0,
Deactivate2 = 83,
Deactivate1 = 202,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Write protection key
Value on reset: 0
Variants§
Activate = 0
0: Activate write protection (any value that is not the keys)
Deactivate2 = 83
83: Key 2
Deactivate1 = 202
202: Key 1
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