pub enum TAMPIE {
Disabled = 0,
Enabled = 1,
}
Expand description
Tamper interrupt enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for TAMPIE
impl Eq for TAMPIE
impl StructuralPartialEq for TAMPIE
Auto Trait Implementations§
impl Freeze for TAMPIE
impl RefUnwindSafe for TAMPIE
impl Send for TAMPIE
impl Sync for TAMPIE
impl Unpin for TAMPIE
impl UnwindSafe for TAMPIE
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