pub enum TAMP1FW {
Clear = 0,
}
Expand description
Tamper detection flag
Value on reset: 0
Variants§
Clear = 0
0: Flag cleared by software writing 0
Trait Implementations§
impl Copy for TAMP1FW
impl Eq for TAMP1FW
impl StructuralPartialEq for TAMP1FW
Auto Trait Implementations§
impl Freeze for TAMP1FW
impl RefUnwindSafe for TAMP1FW
impl Send for TAMP1FW
impl Sync for TAMP1FW
impl Unpin for TAMP1FW
impl UnwindSafe for TAMP1FW
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