Struct stm32f103xx::rcc::bdcr::_RTCSELW
[−]
[src]
pub struct _RTCSELW<'a> { /* fields omitted */ }
Proxy
Methods
impl<'a> _RTCSELW<'a>
[src]
pub fn variant(self, variant: RTCSELW) -> &'a mut W
[src]
Writes variant
to the field
pub fn no_clk(self) -> &'a mut W
[src]
No clock
pub fn lse(self) -> &'a mut W
[src]
LSE oscillator clock used as RTC clock
pub fn lsi(self) -> &'a mut W
[src]
LSI oscillator clock used as RTC clock
pub fn hse(self) -> &'a mut W
[src]
HSE oscillator clock divided by 128 used as RTC clock
pub fn bits(self, value: u8) -> &'a mut W
[src]
Writes raw bits to the field