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

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

Values that can be written to 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