pub enum TPAL {
High = 0,
Low = 1,
}
Expand description
Tamper pin active level
Value on reset: 0
Variants§
High = 0
0: A high level on the TAMPER pin resets all data backup registers (if TPE bit is set)
Low = 1
1: A low level on the TAMPER pin resets all data backup registers (if TPE bit is set)
Trait Implementations§
impl Copy for TPAL
impl Eq for TPAL
impl StructuralPartialEq for TPAL
Auto Trait Implementations§
impl Freeze for TPAL
impl RefUnwindSafe for TPAL
impl Send for TPAL
impl Sync for TPAL
impl Unpin for TPAL
impl UnwindSafe for TPAL
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