[][src]Enum stm32l0::stm32l0x1::rtc::tampcr::TAMPFLT_A

pub enum TAMPFLT_A {
    IMMEDIATE,
    TWO_SAMPLES,
    FOUR_SAMPLES,
    EIGHT_SAMPLES,
}

RTC_TAMPx filter count

Value on reset: 0

Variants

IMMEDIATE

0: Tamper event is activated on edge of RTC_TAMPx input transitions to the active level (no internal pull-up on RTC_TAMPx input)

TWO_SAMPLES

1: Tamper event is activated after 2 consecutive samples at the active level

FOUR_SAMPLES

2: Tamper event is activated after 4 consecutive samples at the active level

EIGHT_SAMPLES

3: Tamper event is activated after 8 consecutive samples at the active level

Trait Implementations

impl From<TAMPFLT_A> for u8[src]

impl Debug for TAMPFLT_A[src]

impl PartialEq<TAMPFLT_A> for TAMPFLT_A[src]

impl Copy for TAMPFLT_A[src]

impl StructuralPartialEq for TAMPFLT_A[src]

impl Clone for TAMPFLT_A[src]

Auto Trait Implementations

impl Unpin for TAMPFLT_A

impl Send for TAMPFLT_A

impl Sync for TAMPFLT_A

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self