[][src]Enum stm32l0xx_hal::stm32::rtc::cr::WUCKSELW

pub enum WUCKSELW {
    DIV16,
    DIV8,
    DIV4,
    DIV2,
    CLOCKSPARE,
    CLOCKSPAREWITHOFFSET,
}

Values that can be written to the field WUCKSEL

Variants

DIV16

RTC/16 clock is selected

DIV8

RTC/8 clock is selected

DIV4

RTC/4 clock is selected

DIV2

RTC/2 clock is selected

CLOCKSPARE

ck_spre (usually 1 Hz) clock is selected

CLOCKSPAREWITHOFFSET

ck_spre (usually 1 Hz) clock is selected and 216 is added to the WUT counter value

Trait Implementations

impl PartialEq<WUCKSELW> for WUCKSELW[src]

impl Debug for WUCKSELW[src]

impl Copy for WUCKSELW[src]

impl Clone for WUCKSELW[src]

Auto Trait Implementations

impl Unpin for WUCKSELW

impl Send for WUCKSELW

impl Sync for WUCKSELW

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