pub enum TAMP1F_A {
Tampered = 1,
}
Expand description
RTC_TAMP1 detection flag This flag is set by hardware when a tamper detection event is detected on the RTC_TAMP1 input. It is cleared by software writing 0
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§
source§impl PartialEq for TAMP1F_A
impl PartialEq for TAMP1F_A
impl Copy for TAMP1F_A
impl StructuralPartialEq for TAMP1F_A
Auto Trait Implementations§
impl RefUnwindSafe for TAMP1F_A
impl Send for TAMP1F_A
impl Sync for TAMP1F_A
impl Unpin for TAMP1F_A
impl UnwindSafe for TAMP1F_A
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