pub enum TAMPOE {
Disabled = 0,
Enabled = 1,
}
Expand description
Tamper detection output enable on TAMPALRM
Value on reset: 0
Variants§
Disabled = 0
0: The tamper flag is not routed on TAMPALRM
Enabled = 1
1: The tamper flag is routed on TAMPALRM, combined with the signal provided by OSEL and with the polarity provided by POL
Trait Implementations§
impl Copy for TAMPOE
impl Eq for TAMPOE
impl StructuralPartialEq for TAMPOE
Auto Trait Implementations§
impl Freeze for TAMPOE
impl RefUnwindSafe for TAMPOE
impl Send for TAMPOE
impl Sync for TAMPOE
impl Unpin for TAMPOE
impl UnwindSafe for TAMPOE
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