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