pub struct Intreseten { /* private fields */ }
Expand description
Trigger a reset when tamper is detected by the glitch detectors, signal protector or CRACEN tamper detector.
Implementations§
Source§impl Intreseten
impl Intreseten
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn ctrl(self) -> Reg<IntresetenCtrl, RW>
pub const fn ctrl(self) -> Reg<IntresetenCtrl, RW>
Control register for internal tamper reset enable signal.
Sourcepub const fn status(self) -> Reg<IntresetenStatus, RW>
pub const fn status(self) -> Reg<IntresetenStatus, RW>
Status register for internal tamper reset enable signal.
Trait Implementations§
Source§impl Clone for Intreseten
impl Clone for Intreseten
Source§fn clone(&self) -> Intreseten
fn clone(&self) -> Intreseten
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 PartialEq for Intreseten
impl PartialEq for Intreseten
impl Copy for Intreseten
impl Eq for Intreseten
impl Send for Intreseten
impl StructuralPartialEq for Intreseten
impl Sync for Intreseten
Auto Trait Implementations§
impl Freeze for Intreseten
impl RefUnwindSafe for Intreseten
impl Unpin for Intreseten
impl UnwindSafe for Intreseten
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
)