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]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is NOCLK

[src]

Checks if the value of the field is LSE

[src]

Checks if the value of the field is LSI

[src]

Checks if the value of the field is HSE

Trait Implementations

impl Clone for RTCSELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RTCSELR
[src]

impl Debug for RTCSELR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for RTCSELR
[src]

[src]

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

1.0.0
[src]

This method tests for !=.