Enum Tampmsk
#[repr(u8)]pub enum Tampmsk {
ResetBySoftware = 0,
ResetByHardware = 1,
}Variants§
ResetBySoftware = 0
Tamper x event generates a trigger event and TAMPxF must be cleared by software to allow next tamper event detection
ResetByHardware = 1
Tamper x event generates a trigger event. TAMPxF is masked and internally cleared by hardware. The backup registers are not erased. The tamper x interrupt must not be enabled when TAMP3MSK is set
Implementations§
Trait Implementations§
impl Copy for Tampmsk
impl Eq for Tampmsk
§impl Ord for Tampmsk
impl Ord for Tampmsk
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Tampmsk
impl PartialOrd for Tampmsk
impl StructuralPartialEq for Tampmsk
Auto Trait Implementations§
impl Freeze for Tampmsk
impl RefUnwindSafe for Tampmsk
impl Send for Tampmsk
impl Sync for Tampmsk
impl Unpin for Tampmsk
impl UnsafeUnpin for Tampmsk
impl UnwindSafe for Tampmsk
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