pub enum CTIW {
Clear = 1,
}Expand description
Clear Tamper Interrupt
Value on reset: 0
Variants§
Clear = 1
1: Clear the Tamper interrupt and the TIF Tamper interrupt flag
Trait Implementations§
impl Copy for CTIW
impl Eq for CTIW
impl StructuralPartialEq for CTIW
Auto Trait Implementations§
impl Freeze for CTIW
impl RefUnwindSafe for CTIW
impl Send for CTIW
impl Sync for CTIW
impl Unpin for CTIW
impl UnwindSafe for CTIW
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