pub enum SECR {
_00,
_01,
_10,
_11,
}Expand description
Possible values of the field SEC
Variants§
_00
MCU security status is secure
_01
MCU security status is secure
_10
MCU security status is unsecure (The standard shipping condition of the FTFE is unsecure.)
_11
MCU security status is secure
Implementations§
Trait Implementations§
impl Copy for SECR
impl StructuralPartialEq for SECR
Auto Trait Implementations§
impl Freeze for SECR
impl RefUnwindSafe for SECR
impl Send for SECR
impl Sync for SECR
impl Unpin for SECR
impl UnwindSafe for SECR
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