pub enum SCSECCFGLOCK_A {
DISABLE = 1,
ENABLE = 0,
}Expand description
Control to disable writes to security-related control registers in this register block
Value on reset: 0
Variants§
DISABLE = 1
1: control to disable writes to security-related control registers in this register block
ENABLE = 0
0: control to enable writes to security-related control registers in this register block
Trait Implementations§
Source§impl Clone for SCSECCFGLOCK_A
impl Clone for SCSECCFGLOCK_A
Source§fn clone(&self) -> SCSECCFGLOCK_A
fn clone(&self) -> SCSECCFGLOCK_A
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SCSECCFGLOCK_A
impl Debug for SCSECCFGLOCK_A
Source§impl From<SCSECCFGLOCK_A> for bool
impl From<SCSECCFGLOCK_A> for bool
Source§fn from(variant: SCSECCFGLOCK_A) -> Self
fn from(variant: SCSECCFGLOCK_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SCSECCFGLOCK_A
impl PartialEq for SCSECCFGLOCK_A
impl Copy for SCSECCFGLOCK_A
impl Eq for SCSECCFGLOCK_A
impl StructuralPartialEq for SCSECCFGLOCK_A
Auto Trait Implementations§
impl Freeze for SCSECCFGLOCK_A
impl RefUnwindSafe for SCSECCFGLOCK_A
impl Send for SCSECCFGLOCK_A
impl Sync for SCSECCFGLOCK_A
impl Unpin for SCSECCFGLOCK_A
impl UnwindSafe for SCSECCFGLOCK_A
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