pub enum CTEW {
Reset = 1,
}Expand description
Clear Tamper event
Value on reset: 0
Variants§
Reset = 1
1: Reset the TEF Tamper event flag (and the Tamper detector)
Trait Implementations§
impl Copy for CTEW
impl Eq for CTEW
impl StructuralPartialEq for CTEW
Auto Trait Implementations§
impl Freeze for CTEW
impl RefUnwindSafe for CTEW
impl Send for CTEW
impl Sync for CTEW
impl Unpin for CTEW
impl UnwindSafe for CTEW
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