Enum stm32f0xx::rcc::bdcr::RtcenW [] [src]

pub enum RtcenW {
    Disabled,
    Enabled,
}

Values that can be written to the field RTCEN

Variants

Disable the Rising trigger.

Enable the Rising trigger.