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

pub enum TAMPFREQW {
    DIV32768,
    DIV16384,
    DIV8192,
    DIV4096,
    DIV2048,
    DIV1024,
    DIV512,
    DIV256,
}

Values that can be written to the field TAMPFREQ

Variants

DIV32768

RTCCLK / 32768 (1 Hz when RTCCLK = 32768 Hz)

DIV16384

RTCCLK / 16384 (2 Hz when RTCCLK = 32768 Hz)

DIV8192

RTCCLK / 8192 (4 Hz when RTCCLK = 32768 Hz)

DIV4096

RTCCLK / 4096 (8 Hz when RTCCLK = 32768 Hz)

DIV2048

RTCCLK / 2048 (16 Hz when RTCCLK = 32768 Hz)

DIV1024

RTCCLK / 1024 (32 Hz when RTCCLK = 32768 Hz)

DIV512

RTCCLK / 512 (64 Hz when RTCCLK = 32768 Hz)

DIV256

RTCCLK / 256 (128 Hz when RTCCLK = 32768 Hz)

Trait Implementations

impl PartialEq<TAMPFREQW> for TAMPFREQW[src]

impl Debug for TAMPFREQW[src]

impl Copy for TAMPFREQW[src]

impl Clone for TAMPFREQW[src]

Auto Trait Implementations

impl Unpin for TAMPFREQW

impl Send for TAMPFREQW

impl Sync for TAMPFREQW

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