pub enum TAMP1FR {
Tampered = 1,
}
Expand description
Tamper detection flag
Value on reset: 0
Variants§
Tampered = 1
1: This flag is set by hardware when a tamper detection event is detected on the RTC_TAMPx input
Trait Implementations§
impl Copy for TAMP1FR
impl Eq for TAMP1FR
impl StructuralPartialEq for TAMP1FR
Auto Trait Implementations§
impl Freeze for TAMP1FR
impl RefUnwindSafe for TAMP1FR
impl Send for TAMP1FR
impl Sync for TAMP1FR
impl Unpin for TAMP1FR
impl UnwindSafe for TAMP1FR
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