[][src]Enum stm32l0xx_hal::device::rtc::tampcr::TAMPPRCHR

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

Possible values of 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

Methods

impl TAMPPRCHR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_rtcclk_1_cycle(&self) -> bool[src]

Checks if the value of the field is RTCCLK_1_CYCLE

pub fn is_rtcclk_2_cycle(&self) -> bool[src]

Checks if the value of the field is RTCCLK_2_CYCLE

pub fn is_rtcclk_4_cycle(&self) -> bool[src]

Checks if the value of the field is RTCCLK_4_CYCLE

pub fn is_rtcclk_8_cycle(&self) -> bool[src]

Checks if the value of the field is RTCCLK_8_CYCLE

Trait Implementations

impl PartialEq<TAMPPRCHR> for TAMPPRCHR[src]

impl Debug for TAMPPRCHR[src]

impl Copy for TAMPPRCHR[src]

impl Clone for TAMPPRCHR[src]

Auto Trait Implementations

impl Unpin for TAMPPRCHR

impl Send for TAMPPRCHR

impl Sync for TAMPPRCHR

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