#[repr(u8)]pub enum DcpKeySel {
DCP_KEY_SEL_0 = 0,
DCP_KEY_SEL_1 = 1,
}Variants§
DCP_KEY_SEL_0 = 0
Select [127:0] from SNVS Master Key as dcp key
DCP_KEY_SEL_1 = 1
Select [255:128] from SNVS Master Key as dcp key
Implementations§
Trait Implementations§
Source§impl Ord for DcpKeySel
impl Ord for DcpKeySel
Source§impl PartialOrd for DcpKeySel
impl PartialOrd for DcpKeySel
impl Copy for DcpKeySel
impl Eq for DcpKeySel
impl StructuralPartialEq for DcpKeySel
Auto Trait Implementations§
impl Freeze for DcpKeySel
impl RefUnwindSafe for DcpKeySel
impl Send for DcpKeySel
impl Sync for DcpKeySel
impl Unpin for DcpKeySel
impl UnwindSafe for DcpKeySel
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