pub enum TPE {
General = 0,
Alternate = 1,
}
Expand description
Tamper pin enable
Value on reset: 0
Variants§
General = 0
0: The TAMPER pin is free for general purpose I/O
Alternate = 1
1: Tamper alternate I/O function is activated
Trait Implementations§
impl Copy for TPE
impl Eq for TPE
impl StructuralPartialEq for TPE
Auto Trait Implementations§
impl Freeze for TPE
impl RefUnwindSafe for TPE
impl Send for TPE
impl Sync for TPE
impl Unpin for TPE
impl UnwindSafe for TPE
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