#[repr(u8)]pub enum MksEn {
SELECT_OTP = 0,
SELECT_PER_LPMKCR = 1,
}Variants§
SELECT_OTP = 0
OTP master key is selected as an SNVS master key
SELECT_PER_LPMKCR = 1
SNVS master key is selected according to the setting of the MASTER_KEY_SEL field of LPMKCR
Implementations§
Trait Implementations§
Source§impl Ord for MksEn
impl Ord for MksEn
Source§impl PartialOrd for MksEn
impl PartialOrd for MksEn
impl Copy for MksEn
impl Eq for MksEn
impl StructuralPartialEq for MksEn
Auto Trait Implementations§
impl Freeze for MksEn
impl RefUnwindSafe for MksEn
impl Send for MksEn
impl Sync for MksEn
impl Unpin for MksEn
impl UnwindSafe for MksEn
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