pub enum TPIE {
Disabled = 0,
Enabled = 1,
}Expand description
Tamper Pin interrupt enable
Value on reset: 0
Variants§
Disabled = 0
0: Tamper interrupt disabled
Enabled = 1
1: Tamper interrupt enabled (the TPE bit must also be set in the BKP_CR register
Trait Implementations§
impl Copy for TPIE
impl Eq for TPIE
impl StructuralPartialEq for TPIE
Auto Trait Implementations§
impl Freeze for TPIE
impl RefUnwindSafe for TPIE
impl Send for TPIE
impl Sync for TPIE
impl Unpin for TPIE
impl UnwindSafe for TPIE
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