Enum stm32f103xx::rcc::bdcr::RTCSELR[][src]

pub enum RTCSELR {
    NOCLK,
    LSE,
    LSI,
    HSE,
}

Possible values of the field RTCSEL

Variants

No clock

LSE oscillator clock used as RTC clock

LSI oscillator clock used as RTC clock

HSE oscillator clock divided by 128 used as RTC clock

Methods

impl RTCSELR
[src]

Value of the field as raw bits

Checks if the value of the field is NOCLK

Checks if the value of the field is LSE

Checks if the value of the field is LSI

Checks if the value of the field is HSE

Trait Implementations

impl Clone for RTCSELR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RTCSELR
[src]

impl Debug for RTCSELR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for RTCSELR
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for RTCSELR

impl Sync for RTCSELR