pub enum LOCKW {
Lock = 1,
}
Expand description
Lock
Value on reset: 1
Variants§
Lock = 1
1: Lock the FLASH_CR register
Trait Implementations§
impl Copy for LOCKW
impl Eq for LOCKW
impl StructuralPartialEq for LOCKW
Auto Trait Implementations§
impl Freeze for LOCKW
impl RefUnwindSafe for LOCKW
impl Send for LOCKW
impl Sync for LOCKW
impl Unpin for LOCKW
impl UnwindSafe for LOCKW
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