#[repr(transparent)]pub struct HwunlockDisable(pub u32);Expand description
HW unlock disable
Tuple Fields§
§0: u32Implementations§
Source§impl HwunlockDisable
impl HwunlockDisable
Sourcepub const fn hwunlock_disable(&self) -> u8
pub const fn hwunlock_disable(&self) -> u8
HW Unlock / Disable: Disable the OTP unlock for test, Teal and DSP debug Write any value to disable the allow testmode signal/allow CPU0 debug signal/allow CPU1 debug signal
Sourcepub const fn set_hwunlock_disable(&mut self, val: u8)
pub const fn set_hwunlock_disable(&mut self, val: u8)
HW Unlock / Disable: Disable the OTP unlock for test, Teal and DSP debug Write any value to disable the allow testmode signal/allow CPU0 debug signal/allow CPU1 debug signal
Trait Implementations§
Source§impl Clone for HwunlockDisable
impl Clone for HwunlockDisable
Source§fn clone(&self) -> HwunlockDisable
fn clone(&self) -> HwunlockDisable
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 HwunlockDisable
impl Debug for HwunlockDisable
Source§impl Default for HwunlockDisable
impl Default for HwunlockDisable
Source§fn default() -> HwunlockDisable
fn default() -> HwunlockDisable
Returns the “default value” for a type. Read more
Source§impl PartialEq for HwunlockDisable
impl PartialEq for HwunlockDisable
impl Copy for HwunlockDisable
impl Eq for HwunlockDisable
impl StructuralPartialEq for HwunlockDisable
Auto Trait Implementations§
impl Freeze for HwunlockDisable
impl RefUnwindSafe for HwunlockDisable
impl Send for HwunlockDisable
impl Sync for HwunlockDisable
impl Unpin for HwunlockDisable
impl UnwindSafe for HwunlockDisable
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