#[repr(u8)]pub enum LockAll {
Disable = 0,
Enable = 10,
}Expand description
Controls write access to the security registers
Value on reset: 10
Variants§
Disable = 0
0: Any other value than b1010: disables write access to all registers
Enable = 10
10: Enables write access to all registers
Trait Implementations§
impl Copy for LockAll
impl Eq for LockAll
impl IsEnum for LockAll
impl StructuralPartialEq for LockAll
Auto Trait Implementations§
impl Freeze for LockAll
impl RefUnwindSafe for LockAll
impl Send for LockAll
impl Sync for LockAll
impl Unpin for LockAll
impl UnsafeUnpin for LockAll
impl UnwindSafe for LockAll
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