Struct stm32f103xx::rcc::bdcr::_RTCSELW[][src]

pub struct _RTCSELW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _RTCSELW<'a>
[src]

Writes variant to the field

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _RTCSELW<'a>

impl<'a> Sync for _RTCSELW<'a>