#[repr(u8)]pub enum KeySel {
Duk0 = 0,
Duk1 = 1,
DeviceHsm = 2,
NxpMRoT = 3,
}Expand description
UDF KEY Select
Value on reset: 0
Variants§
Duk0 = 0
0: DUK: UID[127:0]^RTL_CONST1[127:0]
Duk1 = 1
1: DUK: UID[127:0]^RTL_CONST1[127:0]
DeviceHsm = 2
2: DeviceHSM
NxpMRoT = 3
3: NXP_mRoT
Trait Implementations§
impl Copy for KeySel
impl Eq for KeySel
impl IsEnum for KeySel
impl StructuralPartialEq for KeySel
Auto Trait Implementations§
impl Freeze for KeySel
impl RefUnwindSafe for KeySel
impl Send for KeySel
impl Sync for KeySel
impl Unpin for KeySel
impl UnsafeUnpin for KeySel
impl UnwindSafe for KeySel
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