#[repr(transparent)]pub struct Hashhwkeydisable(pub u32);Expand description
Hash hardware key disable
Tuple Fields§
§0: u32Implementations§
Source§impl Hashhwkeydisable
impl Hashhwkeydisable
Sourcepub const fn hashhwkeydisable(&self) -> u32
pub const fn hashhwkeydisable(&self) -> u32
This register control the access to AES keys delivered through secret HW bus from PUF and OTP to AES engine
Sourcepub const fn set_hashhwkeydisable(&mut self, val: u32)
pub const fn set_hashhwkeydisable(&mut self, val: u32)
This register control the access to AES keys delivered through secret HW bus from PUF and OTP to AES engine
Trait Implementations§
Source§impl Clone for Hashhwkeydisable
impl Clone for Hashhwkeydisable
Source§fn clone(&self) -> Hashhwkeydisable
fn clone(&self) -> Hashhwkeydisable
Returns a duplicate 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 Hashhwkeydisable
impl Debug for Hashhwkeydisable
Source§impl Default for Hashhwkeydisable
impl Default for Hashhwkeydisable
Source§fn default() -> Hashhwkeydisable
fn default() -> Hashhwkeydisable
Returns the “default value” for a type. Read more
Source§impl PartialEq for Hashhwkeydisable
impl PartialEq for Hashhwkeydisable
impl Copy for Hashhwkeydisable
impl Eq for Hashhwkeydisable
impl StructuralPartialEq for Hashhwkeydisable
Auto Trait Implementations§
impl Freeze for Hashhwkeydisable
impl RefUnwindSafe for Hashhwkeydisable
impl Send for Hashhwkeydisable
impl Sync for Hashhwkeydisable
impl Unpin for Hashhwkeydisable
impl UnwindSafe for Hashhwkeydisable
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