Enum stm32wlxx_hal::pac::tamp::fltcr::TAMPFLT_A
#[repr(u8)]pub enum TAMPFLT_A {
NoFilter = 0,
Filter2 = 1,
Filter4 = 2,
Filter8 = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
TAMPFLT
Value on reset: 0
Variants§
NoFilter = 0
0: Tamper event is activated on edge of TAMP_INx input transitions to the active level (no internal pull-up on TAMP_INx input)“
Filter2 = 1
1: Tamper event is activated after 2 consecutive samples at the active level“
Filter4 = 2
2: Tamper event is activated after 4 consecutive samples at the active level“
Filter8 = 3
3: Tamper event is activated after 8 consecutive samples at the active level“
Trait Implementations§
impl Copy for TAMPFLT_A
impl StructuralPartialEq for TAMPFLT_A
Auto Trait Implementations§
impl RefUnwindSafe for TAMPFLT_A
impl Send for TAMPFLT_A
impl Sync for TAMPFLT_A
impl Unpin for TAMPFLT_A
impl UnwindSafe for TAMPFLT_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