pub struct Tampc { /* private fields */ }
Expand description
Tamper controller
Implementations§
Source§impl Tampc
impl Tampc
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn events_tamper(self) -> Reg<u32, RW>
pub const fn events_tamper(self) -> Reg<u32, RW>
Tamper controller detected an error.
Sourcepub const fn events_writeerror(self) -> Reg<u32, RW>
pub const fn events_writeerror(self) -> Reg<u32, RW>
Attempt to write a VALUE in PROTECT registers without clearing the WRITEPROTECT.
Sourcepub const fn status(self) -> Reg<TampcStatus, RW>
pub const fn status(self) -> Reg<TampcStatus, RW>
The tamper controller status.
Sourcepub const fn activeshield(self) -> TampcActiveshield
pub const fn activeshield(self) -> TampcActiveshield
Unspecified
Trait Implementations§
impl Copy for Tampc
impl Eq for Tampc
impl Send for Tampc
impl StructuralPartialEq for Tampc
impl Sync for Tampc
Auto Trait Implementations§
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
)