Enum Keyen
#[repr(u8)]pub enum Keyen {
_00 = 0,
_01 = 1,
_10 = 2,
_11 = 3,
}Expand description
Backdoor Key Security Enable
Value on reset: 0
Variants§
_00 = 0
0: Backdoor key access disabled
_01 = 1
1: Backdoor key access disabled (preferred KEYEN state to disable backdoor key access)
_10 = 2
2: Backdoor key access enabled
_11 = 3
3: Backdoor key access disabled
Trait Implementations§
impl Copy for Keyen
impl Eq for Keyen
impl IsEnum for Keyen
impl StructuralPartialEq for Keyen
Auto Trait Implementations§
impl Freeze for Keyen
impl RefUnwindSafe for Keyen
impl Send for Keyen
impl Sync for Keyen
impl Unpin for Keyen
impl UnwindSafe for Keyen
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