[][src]Enum stm32l0xx_hal::stm32::rtc::tampcr::TAMPPRCHW

pub enum TAMPPRCHW {
    RTCCLK_1_CYCLE,
    RTCCLK_2_CYCLE,
    RTCCLK_4_CYCLE,
    RTCCLK_8_CYCLE,
}

Values that can be written to the field TAMPPRCH

Variants

RTCCLK_1_CYCLE

1 RTCCLK cycle

RTCCLK_2_CYCLE

2 RTCCLK cycles

RTCCLK_4_CYCLE

4 RTCCLK cycles

RTCCLK_8_CYCLE

8 RTCCLK cycles

Trait Implementations

impl PartialEq<TAMPPRCHW> for TAMPPRCHW[src]

impl Debug for TAMPPRCHW[src]

impl Copy for TAMPPRCHW[src]

impl Clone for TAMPPRCHW[src]

Auto Trait Implementations

impl Unpin for TAMPPRCHW

impl Send for TAMPPRCHW

impl Sync for TAMPPRCHW

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