pub enum LCS_IS_VALID_A {
INVALID = 0,
VALID = 1,
}
Expand description
This field is read-only and indicates if CRYPTOCELL LCS has been successfully configured since last reset
Value on reset: 0
Variants§
INVALID = 0
0: A valid LCS is not yet retained in the CRYPTOCELL AO power domain
VALID = 1
1: A valid LCS is successfully retained in the CRYPTOCELL AO power domain
Trait Implementations§
Source§impl Clone for LCS_IS_VALID_A
impl Clone for LCS_IS_VALID_A
Source§fn clone(&self) -> LCS_IS_VALID_A
fn clone(&self) -> LCS_IS_VALID_A
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LCS_IS_VALID_A
impl Debug for LCS_IS_VALID_A
Source§impl From<LCS_IS_VALID_A> for bool
impl From<LCS_IS_VALID_A> for bool
Source§fn from(variant: LCS_IS_VALID_A) -> Self
fn from(variant: LCS_IS_VALID_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for LCS_IS_VALID_A
impl PartialEq for LCS_IS_VALID_A
impl Copy for LCS_IS_VALID_A
impl StructuralPartialEq for LCS_IS_VALID_A
Auto Trait Implementations§
impl Freeze for LCS_IS_VALID_A
impl RefUnwindSafe for LCS_IS_VALID_A
impl Send for LCS_IS_VALID_A
impl Sync for LCS_IS_VALID_A
impl Unpin for LCS_IS_VALID_A
impl UnwindSafe for LCS_IS_VALID_A
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