pub enum LOCK_HMAC_A {
LOCK = 1,
}Expand description
Control write access to HMAC_REG registers.
Value on reset: 0
Variants§
LOCK = 1
1: write access to all 8 registers HMAC_REG is locked. This register is write once.
Trait Implementations§
Source§impl Clone for LOCK_HMAC_A
impl Clone for LOCK_HMAC_A
Source§fn clone(&self) -> LOCK_HMAC_A
fn clone(&self) -> LOCK_HMAC_A
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LOCK_HMAC_A
impl Debug for LOCK_HMAC_A
Source§impl From<LOCK_HMAC_A> for bool
impl From<LOCK_HMAC_A> for bool
Source§fn from(variant: LOCK_HMAC_A) -> Self
fn from(variant: LOCK_HMAC_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for LOCK_HMAC_A
impl PartialEq for LOCK_HMAC_A
Source§fn eq(&self, other: &LOCK_HMAC_A) -> bool
fn eq(&self, other: &LOCK_HMAC_A) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for LOCK_HMAC_A
impl Eq for LOCK_HMAC_A
impl StructuralPartialEq for LOCK_HMAC_A
Auto Trait Implementations§
impl Freeze for LOCK_HMAC_A
impl RefUnwindSafe for LOCK_HMAC_A
impl Send for LOCK_HMAC_A
impl Sync for LOCK_HMAC_A
impl Unpin for LOCK_HMAC_A
impl UnsafeUnpin for LOCK_HMAC_A
impl UnwindSafe for LOCK_HMAC_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