pub struct Protect { /* private fields */ }
Expand description
Unspecified
Implementations§
Source§impl Protect
impl Protect
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn activeshield(self) -> ProtectActiveshield
pub const fn activeshield(self) -> ProtectActiveshield
Enable active shield detector.
Sourcepub const fn cracentamp(self) -> Cracentamp
pub const fn cracentamp(self) -> Cracentamp
Enable tamper detector from CRACEN.
Sourcepub const fn glitchslowdomain(self) -> Glitchslowdomain
pub const fn glitchslowdomain(self) -> Glitchslowdomain
Enable slow domain glitch detectors.
Sourcepub const fn glitchfastdomain(self) -> Glitchfastdomain
pub const fn glitchfastdomain(self) -> Glitchfastdomain
Enable fast domain glitch detectors.
Sourcepub const fn extreseten(self) -> Extreseten
pub const fn extreseten(self) -> Extreseten
Trigger a reset when tamper is detected by the external tamper detectors.
Sourcepub const fn intreseten(self) -> Intreseten
pub const fn intreseten(self) -> Intreseten
Trigger a reset when tamper is detected by the glitch detectors, signal protector or CRACEN tamper detector.
Sourcepub const fn eraseprotect(self) -> Eraseprotect
pub const fn eraseprotect(self) -> Eraseprotect
Device erase protection.
Trait Implementations§
impl Copy for Protect
impl Eq for Protect
impl Send for Protect
impl StructuralPartialEq for Protect
impl Sync for Protect
Auto Trait Implementations§
impl Freeze for Protect
impl RefUnwindSafe for Protect
impl Unpin for Protect
impl UnwindSafe for Protect
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)