Enum stm32wlxx_hal::pac::tamp::cr3::ITAMP5NOER_A
pub enum ITAMP5NOER_A {
Erase = 0,
NotErase = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
ITAMP3NOER
Value on reset: 0
Variants§
Erase = 0
0: Internal tamper x event erases the backup registers
NotErase = 1
1: Internal tamper x event does not erase the backup registers
Trait Implementations§
§impl Clone for ITAMP3NOER_A
impl Clone for ITAMP3NOER_A
§fn clone(&self) -> ITAMP3NOER_A
fn clone(&self) -> ITAMP3NOER_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ITAMP3NOER_A
impl Debug for ITAMP3NOER_A
§impl PartialEq for ITAMP3NOER_A
impl PartialEq for ITAMP3NOER_A
§fn eq(&self, other: &ITAMP3NOER_A) -> bool
fn eq(&self, other: &ITAMP3NOER_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ITAMP3NOER_A
impl StructuralPartialEq for ITAMP3NOER_A
Auto Trait Implementations§
impl RefUnwindSafe for ITAMP3NOER_A
impl Send for ITAMP3NOER_A
impl Sync for ITAMP3NOER_A
impl Unpin for ITAMP3NOER_A
impl UnwindSafe for ITAMP3NOER_A
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