Struct stm32f103xx::rcc::cfgr::_PLLSRCW[][src]

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

Proxy

Methods

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

Writes variant to the field

HSI oscillator clock / 2

HSE oscillator clock

Sets the field bit

Clears the field bit

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _PLLSRCW<'a>

impl<'a> Sync for _PLLSRCW<'a>