Enum stm32wlxx_hal::pac::flash::cr::LOCK_AW
pub enum LOCK_AW {
Locked = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
FLASH_CR Lock
Value on reset: 1
Variants§
Locked = 1
1: FLASH_CR is locked
Trait Implementations§
impl Copy for LOCK_AW
impl StructuralPartialEq for LOCK_AW
Auto Trait Implementations§
impl RefUnwindSafe for LOCK_AW
impl Send for LOCK_AW
impl Sync for LOCK_AW
impl Unpin for LOCK_AW
impl UnwindSafe for LOCK_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