pub enum PELOCK {
Unlocked = 0,
Locked = 1,
}
Expand description
FLASH_PECR and data EEPROM lock
Value on reset: 1
Variants§
Unlocked = 0
0: The FLASH_PECR register is unlocked
Locked = 1
1: The FLASH_PECR register is locked and no write/erase operation can start
Trait Implementations§
impl Copy for PELOCK
impl Eq for PELOCK
impl StructuralPartialEq for PELOCK
Auto Trait Implementations§
impl Freeze for PELOCK
impl RefUnwindSafe for PELOCK
impl Send for PELOCK
impl Sync for PELOCK
impl Unpin for PELOCK
impl UnwindSafe for PELOCK
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