[][src]Enum stm32l0xx_hal::pac::rtc::tampcr::TAMPFLTW

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

Values that can be written to the field TAMPFLT

Variants

IMMEDIATE

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

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

FOUR_SAMPLES

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

EIGHT_SAMPLES

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

Trait Implementations

impl PartialEq<TAMPFLTW> for TAMPFLTW[src]

impl Debug for TAMPFLTW[src]

impl Copy for TAMPFLTW[src]

impl Clone for TAMPFLTW[src]

Auto Trait Implementations

impl Unpin for TAMPFLTW

impl Send for TAMPFLTW

impl Sync for TAMPFLTW

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